[weibo] add 'movies' option (#6988)

disable 'movie' downloads by default
This commit is contained in:
Mike Fährmann
2025-02-13 17:57:26 +01:00
parent b8b541fded
commit 51f978e027
4 changed files with 32 additions and 3 deletions

View File

@@ -488,7 +488,7 @@ Description
`cookies <extractor.*.cookies_>`__ is required
Note: Leave the ``password`` value empty or undefined
to be prompted for a passeword when performing a login
to be prompted for a password when performing a login
(see `getpass() <https://docs.python.org/3/library/getpass.html#getpass.getpass>`__).
@@ -4703,7 +4703,7 @@ Default
``true``
Description
When receiving a "Could not authenticate you" error while logged in with
`username & passeword <extractor.*.username & .password_>`__,
`username & password <extractor.*.username & .password_>`__,
refresh the current login session and
try to continue from where it left off.
@@ -5054,6 +5054,16 @@ Description
Download ``livephoto`` files.
extractor.weibo.movies
----------------------
Type
``bool``
Default
``false``
Description
Download ``movie`` videos.
extractor.weibo.retweets
------------------------
Type

View File

@@ -713,6 +713,7 @@
"gifs" : true,
"include" : ["feed"],
"livephoto": true,
"movies" : false,
"retweets" : false,
"videos" : true
},