Live data from Hacker News

YouTube-dl: Open-source YouTube downloader

rg3.github.io

21–30 of 338 posts

Re: YouTube-dl: Open-source YouTube downloader

#21
post #8
post #6

Some of the things that make this the 'ultimate': - Supports hundreds of services, not just youtube [0] - Allows you to extract audio in multiple formats - Download entire playlists (and general batch support) - Configure video/audio quality - Extract/build metadata - Cross platform [0] https://rg3.github.io/youtube-dl/supportedsites.html

- Illegal

Perhaps (or at least a TOS violation). But then again, who cares.

Re: YouTube-dl: Open-source YouTube downloader

#22
post #5

Earlier quoted context omitted.

I like this command to extract audio from youtube videos: youtube-dl --extract-audio --audio-format mp3

Or you could use -x, which would only download the audio (because there's seperate audio and video streams on youtube).

yes -x is the same as --extract-audio, but I use an alias in my bashrc like this (if you don't use --audio-format mp3, you might not get mp3 (not necessarily a bad thing)):

    alias youtubemp3='youtube-dl --extract-audio --audio-format mp3'

Re: YouTube-dl: Open-source YouTube downloader

#23
post #15
post #8

Earlier quoted context omitted.

- Illegal

Not illegal perhaps but violates the TOS

how enforceable is the TOS ?

once something is published on the internet then it is assumed it can be viewed / copied / downloaded / etc.

see https://en.wikipedia.org/wiki/Web_scraping , the legal issues part.

Re: YouTube-dl: Open-source YouTube downloader

#24
Note that it is against YouTube's ToS to download videos: https://www.youtube.com/static?template=terms

"You may access Content for your information and personal use solely as intended through the provided functionality of the Service and as permitted under these Terms of Service. You shall not download any Content unless you see a “download” or similar link displayed by YouTube on the Service for that Content."

Re: YouTube-dl: Open-source YouTube downloader

#25

I've been using it for years now and it's great. Not only for Youtube videos, but also for a lot of other video hosters, up to and including TV stations such as the German ZDF or the French Arte. To fully use its features you should install ffmpeg though. Youtube-dl will automatically use it if it's in the PATH, and then can download Youtube videos with higher frame rates and resolutions (they store video and audio i…

you can also do youtube-dl -f bestvideo+bestaudio '' to skip a step, since 90% of the time that's what I want anyways.

Re: YouTube-dl: Open-source YouTube downloader

#26
post #8
post #6

Some of the things that make this the 'ultimate': - Supports hundreds of services, not just youtube [0] - Allows you to extract audio in multiple formats - Download entire playlists (and general batch support) - Configure video/audio quality - Extract/build metadata - Cross platform [0] https://rg3.github.io/youtube-dl/supportedsites.html

- Illegal

That's not illegal.

It's a bit worrying how many people run to defend corporation profits by default.

Re: YouTube-dl: Open-source YouTube downloader

#28
The tragedy of this software (and many like it) is that despite working exactly as advertised, easily and with a lot of features, because it's a quiet open source project without any SEO rigging it will never appear in page 1 of any searches by laymen trying to download videos ("save youtube to hard drive", "download youtube videos" et al).

The amount of crapware I've had to remove from family member's PCs just because they wanted to save a video is ridiculous.

Re: YouTube-dl: Open-source YouTube downloader

#29
post #28

The tragedy of this software (and many like it) is that despite working exactly as advertised, easily and with a lot of features, because it's a quiet open source project without any SEO rigging it will never appear in page 1 of any searches by laymen trying to download videos ("save youtube to hard drive", "download youtube videos" et al). The amount of crapware I've had to remove from family member's PCs just becau…

Your family members would use a command line app ?

Re: YouTube-dl: Open-source YouTube downloader

#30
post #4

Mostly OT: A friend of mine posted this article from his local newspaper as an example of how slow news is in his town: http://www.ottumwacourier.com/news/local_news/what-is-a-gif/... > What is a GIF? > OTTUMWA — Chances are if you have been on the Internet lately, you have encountered a GIF...In honor of National Teen Tech Week, the Ottumwa Public Library offered a session on GIF making for local teens Saturday afte…

Don't knock gif, it's still used a lot on image boards[1] and most likely Facebook etc, too. Knowing how to make them can be quite useful for today's teens. [1] E.g. 4chan, which even has its own boards just for animated gifs: /gif/ (NSFW) and /wsg/ (SFW)

But most content on /wsg/ is webm these days
Post reply on HN