- Joined
- Aug 16, 2018
Gonna start dumping the Daily Wraps into a seperate thread to make things searchable, either it's useless dribble about him having fun or it's full on begging. I'll be sticking to the usual format of thumbnail and 480p copy, might upgrade it when Jersh gets the 10gbit in but we don't lose out on much imo.
Want to help out with archiving when I'm not around?
1. Download yt-dlp: https://github.com/yt-dlp/yt-dlp
2. For 480p + thumbnail, run the following command
If you want the highest quality instead, remove the
This will download webm for video and 64k opus audio and merge them together and download the thumbnail and convert it to png. Why the conversion? Because xenforo doesn't accept webp as an upload type and that's pretty much the default for youtube thumbnails.
Want to help out with archiving when I'm not around?
1. Download yt-dlp: https://github.com/yt-dlp/yt-dlp
2. For 480p + thumbnail, run the following command
Code:
yt-dlp -f 244+250 --write-thumbnail --convert-thumbnails png <url>
Code:
-f 244+250
Last edited: