[DOCS] How to download large channels (#1085)
This commit is contained in:
parent
084761fc61
commit
0acf4c9f33
2 changed files with 21 additions and 0 deletions
|
|
@ -52,6 +52,11 @@ See `yt-dl's recommended way <https://github.com/ytdl-org/youtube-dl#how-do-i-pa
|
|||
|
||||
:doc:`This page </guides/getting_started/automating_downloads>` shows how to set up ``ytdl-sub`` to run automatically on various platforms.
|
||||
|
||||
...download large channels?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You can use the prebuilt preset :doc:`chunk_initial_download </prebuilt_presets/helpers>`
|
||||
|
||||
There is a bug where...
|
||||
-----------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,22 @@
|
|||
Helper Presets
|
||||
==============
|
||||
|
||||
.. hint::
|
||||
|
||||
Apply presets to your subscriptions using pipes:
|
||||
|
||||
.. code-block:: yaml
|
||||
:caption: Pipes can separate presets and values to apply them to all subscriptions below them.
|
||||
|
||||
Plex TV Show by Date | best_video_quality:
|
||||
|
||||
= Documentaries | chunk_initial_download:
|
||||
"NOVA PBS": "https://www.youtube.com/@novapbs"
|
||||
"National Geographic": "https://www.youtube.com/@NatGeo"
|
||||
|
||||
= Documentaries:
|
||||
"Cosmos - What If": "https://www.youtube.com/playlist?list=PLZdXRHYAVxTJno6oFF9nLGuwXNGYHmE8U"
|
||||
|
||||
Common presets are not usable by themselves- setting one of these as the sole preset of your subscription and attempting to download will not work. But you can add these presets to quickly modify an existing preset to better suit your needs.
|
||||
|
||||
Best A/V Quality
|
||||
|
|
|
|||
Loading…
Reference in a new issue