Hacker News new | ask | show | jobs
by AntiImperialist 2053 days ago
Wow, I did not know youtube-dl had existed for so long.

I remember coding my own YouTube downloader because of similar reasons. My internet connection was way too slow to stream videos, even at the lowest quality, so I'd make a list of videos, download them in the background the entire day and then watch it offline at the end of the day. When I finally discovered youtube-dl, I was relieved that I no longer had to keep maintaining my script... and it supported almost every other video website.

Also, I just realized that it can still be downloaded from the official website and updated using --update argument.