what is the best way to archive videos online?

Print screen each individual frame of a video you want to keep, save them each as a jpg, forward the possibly tens of thousands of jpg images to your nearest Walgreens pharmacy and pay upwards of what's probably a good $1,000 or so to print them out on 8 1/2"x11" sheets of paper you can store in your personal archive

The real question is how to store the audio.
 
Normally I use yt-dlp.
yt-dlp integrates a library that is needed to get around youtube's blocks, but it only comes packaged with yt-dlp in the release that won't run: https://github.com/yt-dlp/yt-dlp/issues/10630
  • curl_cffi (recommended) - Python binding for curl-impersonate. Provides impersonation targets for Chrome, Edge and Safari. Licensed under MIT
    • Can be installed with the curl-cffi group, e.g. pip install "yt-dlp[default,curl-cffi]"
    • Currently included in yt-dlp.exe, yt-dlp_linux and yt-dlp_macos builds
https://github.com/yt-dlp/yt-dlp/bl...a137ebd9d1e22e0e56567/README.md#impersonation

Try both youtube-dl nightly and yt-dlp if they've fixed their issues. Another hack to consider is using an Invidious URL and then try to download it with youtube-dl Ex:
Code:
yotube-dl https://inv.nadeko.net/watch?v=-rnE6OzsYpU
Invidous gets blocked a lot too, so you have to refresh and try [Switch Invidious Instance] link.

Also see archive tool thread.
 
Back