Browse Source

initial

pull/2/head
Dave Man 6 years ago
commit
85b1045983
6 changed files with 44 additions and 0 deletions
  1. +1
    -0
      download_archive.bat
  2. +1
    -0
      download_archive.sh
  3. +5
    -0
      readme.md
  4. +0
    -0
      youtube-dl-archive.txt
  5. +14
    -0
      youtube-dl-channels.txt
  6. +23
    -0
      youtube-dl.conf

+ 1
- 0
download_archive.bat View File

@@ -0,0 +1 @@
youtube-dl --config-location youtube-dl.conf

+ 1
- 0
download_archive.sh View File

@@ -0,0 +1 @@
youtube-dl --config-location youtube-dl.conf

+ 5
- 0
readme.md View File

@@ -0,0 +1,5 @@
# youtube-dl config - downloading entire channels for archival

by https://www.reddit.com/user/Stephen304

https://www.reddit.com/r/DataHoarder/comments/858ny5/my_youtubedl_config_downloading_entire_channels/

+ 0
- 0
youtube-dl-archive.txt View File


+ 14
- 0
youtube-dl-channels.txt View File

@@ -0,0 +1,14 @@
# CodysLab
https://www.youtube.com/channel/UCu6mSoMNzHQiBIOCkHUa2Aw

# Styropyro
https://www.youtube.com/channel/UCJYJgj7rzsn0vdR7fkgjuIA

# Wendover Productions
https://www.youtube.com/channel/UC9RM-iSvTu1uPJb8X5yp3EQ

# Half as Interesting
https://www.youtube.com/channel/UCuCkxoKLYO_EQ2GeFtbM_bw

# LockPickingLawyer
https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ

+ 23
- 0
youtube-dl.conf View File

@@ -0,0 +1,23 @@
-i
-o "%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s"

# Archive Settings
--download-archive youtube-dl-archive.txt
-a youtube-dl-channels.txt

# Uniform Format
--prefer-ffmpeg
--merge-output-format mkv

# Get All Subs to SRT
--write-sub
--all-subs
--convert-subs srt

# Get metadata
--add-metadata
--write-description
--write-thumbnail

# Debug
-v

Loading…
Cancel
Save