Readthedocs for ytdl-sub is getting a massive overhaul to both look and read like a modernized app. It is still very-much work-in-progress, stay tuned for more! Huge thanks to @Svagtlys (aka Momo) for driving this
21 lines
No EOL
802 B
ReStructuredText
21 lines
No EOL
802 B
ReStructuredText
Initial Subscription
|
|
====================
|
|
|
|
Your first subscription should look similar to the below:
|
|
|
|
.. code-block:: yaml
|
|
:linenos:
|
|
|
|
__preset__:
|
|
overrides:
|
|
tv_show_directory: "/tv_shows"
|
|
|
|
"My Favorite YouTube Channels":
|
|
"Rick Astley": "https://www.youtube.com/@RickAstleyYT/videos"
|
|
|
|
|
|
The first three lines in this subscription file define where to save the downloaded files associated with all subscriptions in this file.
|
|
|
|
The fifth line in this subscription file is the ``preset``, which provides the "definitions" for the subscription as listed in :doc:`/guides/getting_started/first_config`.
|
|
|
|
The sixth line is the actual ``subscription``, named ``Rick Astley``, with a link to a :yt-dlp:`yt-dlp supported site <blob/master/supportedsites.md>`, in this case a YouTube channel. |