[DOCS] Remove download_individually params from readthedocs (#147)
This commit is contained in:
parent
c6e6f8e275
commit
b3883de7c4
2 changed files with 0 additions and 3 deletions
|
|
@ -35,7 +35,6 @@ class YoutubeChannelDownloaderOptions(YoutubeDownloaderOptions, DateRangeValidat
|
||||||
# optional
|
# optional
|
||||||
channel_avatar_path: "poster.jpg"
|
channel_avatar_path: "poster.jpg"
|
||||||
channel_banner_path: "fanart.jpg"
|
channel_banner_path: "fanart.jpg"
|
||||||
download_individually: True
|
|
||||||
before: "now"
|
before: "now"
|
||||||
after: "today-2weeks"
|
after: "today-2weeks"
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@ class YoutubePlaylistDownloaderOptions(YoutubeDownloaderOptions):
|
||||||
# required
|
# required
|
||||||
download_strategy: "playlist"
|
download_strategy: "playlist"
|
||||||
playlist_url: "https://www.youtube.com/playlist?list=UCsvn_Po0SmunchJYtttWpOxMg"
|
playlist_url: "https://www.youtube.com/playlist?list=UCsvn_Po0SmunchJYtttWpOxMg"
|
||||||
# optional
|
|
||||||
download_individually: True
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_required_keys = {"playlist_url"}
|
_required_keys = {"playlist_url"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue