Found 2 bookmarks
Custom sorting
Downloading a YouTube channel with yt-dlp
Downloading a YouTube channel with yt-dlp
Downloading whole YouTube channels using the yt-dlp tool, with specifying video quality and format types. For a general run down and usage guide on yt-dlp go here. Go to the bottom for the full yt-dlp…
·write.corbpie.com·
Downloading a YouTube channel with yt-dlp
Archiving a (WordPress) website with wget
Archiving a (WordPress) website with wget
`wget --mirror -p --html-extension --convert-links -e robots=off -P . http://url-to-site` I needed to archive several WordPress sites as part of the process of gathering the raw data for my thesis research. I found a few recipes online for using wget to grab entire sites, but they all needed some tweaking. So, here's my recipe for posterity: I used wget, which is available on any linux-ish system (I ran it on the same Ubuntu server that hosts the sites). wget --mirror -p --html-extension --convert-links -e robots=off -P .
·darcynorman.net·
Archiving a (WordPress) website with wget