Skip to content

defder-su/SaveMedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveMedia

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), removed the watch scripts (use the original scripts for downloading specifically to watch, or surf multimedia sites with something like TarTube), simplified the directory structure.

The recent scripts uses same sources as the archivist scripts.

Features:

  • 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

Installation (Linux, macOS):

Install yt-dlp and ffmpeg (optionally, install the others yt-dlp dependencies). Install wget and MiceWeb.


Installation (Windows):

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.


Usage:

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_recent. Also, there is ./save_all available.

Done.


TODO:

  • Use media folder for the media lists and output.

  • Adjust file names.

  • 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).


Documentation:

  • Scripts Type (Archivist, Audio, Preview): Here

  • Content Type (Channels, Playlists, Unique): Here

  • SponsorBlock implementation: Here

  • Region Restriction: Here

  • Details: Here


Related Projects:

About

The collection of scripts for yt-dlp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%