Skip to content

Commit

Permalink
[weverse] add extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhilton committed May 31, 2024
1 parent e353171 commit ff661fa
Show file tree
Hide file tree
Showing 7 changed files with 2,592 additions and 1,721 deletions.
23 changes: 23 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4310,6 +4310,29 @@ Description
Download video files.


extractor.weverse.embeds
------------------------
Type
``bool``
Default
``true``
Description
Download YouTube embeds found in ``Media`` videos.

Note: Setting `extractor.weverse.videos`_ to ``false`` will
override this setting.


extractor.weverse.videos
------------------------
Type
``bool``
Default
``true``
Description
Download video files.


extractor.ytdl.enabled
----------------------
Type
Expand Down
7 changes: 7 additions & 0 deletions docs/gallery-dl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@
"retweets": true,
"videos": true
},
"weverse": {
"username": null,
"password": null,
"cookies": null,
"embeds": true,
"videos": true
},
"ytdl":
{
"enabled": false,
Expand Down
Loading

0 comments on commit ff661fa

Please sign in to comment.