commit 85b10459833e8a4cc594561413a8b3ec67716e39 Author: Dave Man Date: Mon Mar 19 16:00:07 2018 +0000 initial diff --git a/download_archive.bat b/download_archive.bat new file mode 100644 index 0000000..ce8d4d7 --- /dev/null +++ b/download_archive.bat @@ -0,0 +1 @@ +youtube-dl --config-location youtube-dl.conf \ No newline at end of file diff --git a/download_archive.sh b/download_archive.sh new file mode 100644 index 0000000..ce8d4d7 --- /dev/null +++ b/download_archive.sh @@ -0,0 +1 @@ +youtube-dl --config-location youtube-dl.conf \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f4a6fef --- /dev/null +++ b/readme.md @@ -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/ \ No newline at end of file diff --git a/youtube-dl-archive.txt b/youtube-dl-archive.txt new file mode 100644 index 0000000..e69de29 diff --git a/youtube-dl-channels.txt b/youtube-dl-channels.txt new file mode 100644 index 0000000..f741b70 --- /dev/null +++ b/youtube-dl-channels.txt @@ -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 diff --git a/youtube-dl.conf b/youtube-dl.conf new file mode 100644 index 0000000..9a03d7a --- /dev/null +++ b/youtube-dl.conf @@ -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