Time |
Nickname |
Message |
01:51
🔗
|
balrog |
if I use IA's save feature on a youtube link, does it actually download the video? |
02:34
🔗
|
alaewioej |
Hi, can I ask something here? |
02:37
🔗
|
alaewioej |
Ok never mind |
03:28
🔗
|
Asparagir |
Hey, can someone please go tell ArchiveBot to grab this, and related content? |
03:28
🔗
|
Asparagir |
http://www.nbclosangeles.com/news/local/Northridge-Earthquake-Anniversary-Special-240623481.html |
03:29
🔗
|
Asparagir |
The video hosted on that page will only be up for 24 hours, ending at 4:31 AM Pacific Time tomorrow. |
17:46
🔗
|
crunchysk |
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
🔗
|
madphilos |
WHAT FORSOOTH, PRITHEE TELL ME THE SECRET WORD |
20:26
🔗
|
Nemo_bis |
yahoosucks |
20:40
🔗
|
madphilos |
Thanks. |
20:52
🔗
|
SketchCow |
Scanning is ridiculous |
20:52
🔗
|
SketchCow |
We're getting thousands of pages of stuff today |
21:00
🔗
|
antomatic |
Out of interest, what scanners are you using? |
21:01
🔗
|
yipdw |
Cameron Vale |
21:01
🔗
|
antomatic |
pffft. :) |
21:26
🔗
|
kelenken |
hello |
21:30
🔗
|
kelenken |
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
🔗
|
ivan` |
kelenken: youtube-dl supports channel/user/playlist URLs |
21:31
🔗
|
ivan` |
note that it will not get 480p and 1080p DASH |
21:32
🔗
|
ivan` |
youtube-dl --title --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations --all-subs --ignore-errors |
21:33
🔗
|
kelenken |
Thanks. I'll have a look. |
21:33
🔗
|
ivan` |
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
🔗
|
ivan` |
by default youtube-dl will hit every video again, even the ones you've already downloaded |
21:34
🔗
|
ivan` |
it has some kind of new database feature that may avoid that; not sure |
21:37
🔗
|
ivan` |
s/database/download archive/ |
21:40
🔗
|
kelenken |
for some reason it worked fine the first time and now every time i want to run it it just dissapears |
21:49
🔗
|
ivan` |
are you running it from the command line? |
22:02
🔗
|
kelenken |
yes |
22:04
🔗
|
ivan` |
maybe try python -m youtube_dl instead |
22:05
🔗
|
ivan` |
I don't use their executable |
22:08
🔗
|
kelenken |
I'm not quite sure i understand what you're saying. Then again it is somewhat late here. |
22:16
🔗
|
kelenken |
it is perhaps important to mention that i am using windows |
22:24
🔗
|
ivan` |
are you using cmd or some other strange terminal/shell? |
22:24
🔗
|
ivan` |
does youtube-dl --help work? |
22:25
🔗
|
ivan` |
kelenken: ^ |
22:28
🔗
|
ivan` |
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
🔗
|
ivan` |
(hope you have Python 2.7.x installed) |
22:30
🔗
|
kelenken |
Nevermind, i go the exe to work. So what command do i have to enter to download all videos of a channel? |
22:30
🔗
|
ivan` |
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
🔗
|
ivan` |
not all of those are required :) |
22:34
🔗
|
kelenken |
Well that appears to be working. Thanks. |
22:35
🔗
|
kelenken |
(It's currently downloading LookingGlassUniverse as a test. I'll let you know if it does anything funny.) |
22:39
🔗
|
kelenken |
worked just fine. Thanks again. |
22:40
🔗
|
ivan` |
np |