This website is a read-only preview of RuneLibris. Some features may not work. For more information about the full feature-complete version of this wiki, please visit this link.
(Archive index)
Info/Yt-dlp
Overview[edit]
Yt-dlp is a command line utility that can be used to download YouTube videos[1].
Querying a search term[edit]
The following command will dump a list of YouTube video URLs based on a search term[2]:
yt-dlp --flat-playlist --print "%(upload_date)s|%(title)s|%(url)s" "ytsearchdateall:runescape summoning after:2007 before:2011" > results.tsv
Mass downloading videos using search term[edit]
The following command can be used to query a search term on YouTube and automatically download the videos[3]:
yt-dlp -f bestvideo+bestaudio -S res,vbr,abr --merge-output-format mkv -o %(uploader)s-%(title)s-%(id)s --write-annotations --write-description --write-comments --write-info-json --cookies-from-browser firefox --download-archive "C:\Users\PC\Desktop\Yt-dlp\zz rune.txt" --windows-filenames ytsearchdateall:"runescape summoning after:2007 before:2011"
References[edit]
- ↑ Data directly entered in RuneLibris by manpaint on 2025-06-18
- ↑ Command generated by MyNinja.ai and slightly tweaked by manpaint on 2025-06-18
- ↑ Script posted by Farter in the RuneScape Archive Discord on 2025-06-18