Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
6 lat temu
1234567891011121314151617181920212223242526272829
  1. # yt-dlp config - downloading entire youtube channels for archival
  2. # Readme
  3. This repo contains a config file which makes it easy to download entire youtube channels, and also update them without having to re-download existing videos.
  4. Update 2022-09: It has been a while since [youtube-dl](https://github.com/ytdl-org/youtube-dl) was updated, so I have updated all the commands and config to use the current most popular youtube video downloader: [yt-dlp](https://github.com/yt-dlp/yt-dlp).
  5. # Usage
  6. Edit channel urls in `yt-dlp-channels.txt`.
  7. The empty file `yt-dlp-archive.txt` is used to store downloaded video ids.
  8. ## Linux
  9. chmod +x download_archive.sh
  10. Run using `./download_archive.sh`
  11. ## Windows
  12. Run `download_archive.bat`
  13. ## Thanks
  14. Thanks to https://www.reddit.com/user/Stephen304 for creating the original config, on the since deleted post: https://www.reddit.com/r/DataHoarder/comments/858ny5/my_youtubedl_config_downloading_entire_channels/
  15. There is an archive of the original post at: https://archive.ph/T4sa2