The collection of scripts for yt-dlp.
Based on TheFrenchGhostys-YouTube-DL-Archivist-Scripts, this project focuses on archiving.
Added downloading comments in everything, added downloading all subtitles (useful to search media by text), simplified the directory structure. The recent scripts uses same sources as the archivist scripts.
- Download content in the best possible quality, better than every other software, period
- Download all kind of content: channels, playlists and individual videos
- Download audio only (especially useful when no much disk space), in the best possible quality
- Download subtitles (including autogenerated) and comments
- Easily expandable for users familiar with yt-dlp / youtube-dl
- SponsorBlock integration using mpv_sponsorblock by @po5
- Jellyfin integration using Jellyfin YouTube Metadata Plugin by @ankenyr
Install yt-dlp and ffmpeg (optionally, install the others yt-dlp dependencies). Install wget.
The Windows version, while it existed, required a lot of work to maintain because it needed specific changes compared to the linux version, and was never extensively tested. Windows users need to use the scripts in WSL, Cygwin, Git Bash, or some other Linux-on-Windows environment that enables Bash functionality in Windows.
Installation using WSL (recommended): Here
Installation using Cygwin, Git Bash or similar: Here
Downloaded videos will likely exceed Windows' 260-character path length limit and not be playable out of the box. You should read more about paths to familiarize yourself with the issue, as well as some potential workarounds.
Create a folder where you want your videos downloaded in a drive where you have enough space available.
Put the folders Channels
, Playlists
, Unique
and also Audio
and Preview
in the created folder (See the documentation to understand the differences).
Add content to a 'Source - XXXXXX.txt', 'Audio - XXXXXX.txt' or 'Preview - XXXXXX.txt' file depending of what type of content you want to download (See the documentation to understand the differences).
Open a terminal in the folder of the script you want to use and run ./save
or ./save <proxy>
(alternatively, run cd scripts && ./save_all
).
Done.
-
Download original (not translated) subtitles (even autogenerated).
-
Replace *.mkv files in Recent to relative symbolic links to corresponded files in main (when files are the same).
-
Scripts Type (Archivist, Audio, Preview): Here
-
Content Type (Channels, Playlists, Unique): Here
-
SponsorBlock implementation: Here
-
Region Restriction: Here
-
Details: Here