[weibo] support 'livephoto' entries (#2146)

This commit is contained in:
Mike Fährmann
2022-05-31 15:14:37 +02:00
parent a0692818af
commit 4bf5bc2403
3 changed files with 28 additions and 2 deletions

View File

@@ -2450,6 +2450,16 @@ Description
Note: This requires 1 additional HTTP request per submission.
extractor.weibo.livephoto
-------------------------
Type
``bool``
Default
``true``
Description
Download ``livephoto`` files.
extractor.weibo.retweets
------------------------
Type

View File

@@ -301,6 +301,7 @@
},
"weibo":
{
"livephoto": true,
"retweets": true,
"videos": true
},