[DOCS] Remove download_individually params from readthedocs (#147)

This commit is contained in:
Jesse Bannon 2022-08-04 11:28:48 -07:00 committed by GitHub
parent c6e6f8e275
commit b3883de7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -35,7 +35,6 @@ class YoutubeChannelDownloaderOptions(YoutubeDownloaderOptions, DateRangeValidat
# optional
channel_avatar_path: "poster.jpg"
channel_banner_path: "fanart.jpg"
download_individually: True
before: "now"
after: "today-2weeks"
"""

View file

@ -22,8 +22,6 @@ class YoutubePlaylistDownloaderOptions(YoutubeDownloaderOptions):
# required
download_strategy: "playlist"
playlist_url: "https://www.youtube.com/playlist?list=UCsvn_Po0SmunchJYtttWpOxMg"
# optional
download_individually: True
"""
_required_keys = {"playlist_url"}