ytdl-sub/docs/config/index.rst
2022-05-04 06:32:24 +00:00

41 lines
1.1 KiB
ReStructuredText

Configuration
=============
Source and Download Strategy
----------------------------
Download strategies dictate what exactly is getting downloaded from which
source. By having separate strategies, we can define strategy-dependent
parameters to better fine-tune how we download things.
youtube: channel
^^^^^^^^^^^^^^^^
.. autoclass:: ytdl_sub.downloaders.youtube_downloader.YoutubeChannelDownloaderOptions()
:members:
:inherited-members:
:exclude-members: get_date_range
youtube: playlist
^^^^^^^^^^^^^^^^^
.. autoclass:: ytdl_sub.downloaders.youtube_downloader.YoutubePlaylistDownloaderOptions()
:members:
:inherited-members:
youtube: video
^^^^^^^^^^^^^^
.. autoclass:: ytdl_sub.downloaders.youtube_downloader.YoutubeVideoDownloaderOptions()
:members:
:inherited-members:
soundcloud: albums_and_singles
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: ytdl_sub.downloaders.soundcloud_downloader.SoundcloudAlbumsAndSinglesDownloadOptions()
:members:
:inherited-members:
.. toctree::
:titlesonly:
:maxdepth: 2
format_variables/index
examples/index