[01:51] if I use IA's save feature on a youtube link, does it actually download the video? [02:34] Hi, can I ask something here? [02:37] Ok never mind [03:28] Hey, can someone please go tell ArchiveBot to grab this, and related content? [03:28] http://www.nbclosangeles.com/news/local/Northridge-Earthquake-Anniversary-Special-240623481.html [03:29] The video hosted on that page will only be up for 24 hours, ending at 4:31 AM Pacific Time tomorrow. [17:46] I was curious, so here's a spreadsheet showing just how many of the 58 current Oscar-nominated films appear to be available to download on the Internet: http://www.crunchyskies.com/oscars.html [20:15] WHAT FORSOOTH, PRITHEE TELL ME THE SECRET WORD [20:26] yahoosucks [20:40] Thanks. [20:52] Scanning is ridiculous [20:52] We're getting thousands of pages of stuff today [21:00] Out of interest, what scanners are you using? [21:01] Cameron Vale [21:01] pffft. :) [21:26] hello [21:30] Anyone know a good tool for backing up all videos of a specific YouTube channel? Manually downloading all the videos with something like keepvid can be quite cumbersome. [21:31] kelenken: youtube-dl supports channel/user/playlist URLs [21:31] note that it will not get 480p and 1080p DASH [21:32] youtube-dl --title --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations --all-subs --ignore-errors [21:33] Thanks. I'll have a look. [21:33] I also have a fork at https://github.com/ludios/youtube-dl if you need to update a channel download without getting CAPTCHAed [21:33] by default youtube-dl will hit every video again, even the ones you've already downloaded [21:34] it has some kind of new database feature that may avoid that; not sure [21:37] s/database/download archive/ [21:40] for some reason it worked fine the first time and now every time i want to run it it just dissapears [21:49] are you running it from the command line? [22:02] yes [22:04] maybe try python -m youtube_dl instead [22:05] I don't use their executable [22:08] I'm not quite sure i understand what you're saying. Then again it is somewhat late here. [22:16] it is perhaps important to mention that i am using windows [22:24] are you using cmd or some other strange terminal/shell? [22:24] does youtube-dl --help work? [22:25] kelenken: ^ [22:28] anyway if their .exe doesn't work, the idea is to install youtube_dl by copying it to C:\Python27\Lib\site-packages and then using C:\Python27\python -m youtube_dl [22:29] (hope you have Python 2.7.x installed) [22:30] Nevermind, i go the exe to work. So what command do i have to enter to download all videos of a channel? [22:30] youtube-dl --title --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations --all-subs --ignore-errors https://www.youtube.com/user/ClojureTV [22:30] not all of those are required :) [22:34] Well that appears to be working. Thanks. [22:35] (It's currently downloading LookingGlassUniverse as a test. I'll let you know if it does anything funny.) [22:39] worked just fine. Thanks again. [22:40] np