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."
YouTube-dl: Open-source YouTube downloader
51–60 of 338 posts
Re: YouTube-dl: Open-source YouTube downloader
#52Some 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
The bits are on my computer. I get that I can't just go redistributing it (legally), and that youtube probably doesn't _like_ it, but if it's illegal (and honestly, maybe it is in the US given how ridiculous copyright and licensing law is there) that's ridiculous.
Re: YouTube-dl: Open-source YouTube downloader
#53The 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…
It's not easy because it's an command line. Not a single family member would touch this here. It's sad but understandable.
Re: YouTube-dl: Open-source YouTube downloader
#54Re: YouTube-dl: Open-source YouTube downloader
#55The 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…
I found this neat project that adds a GUI to YouTube-dl. It looks like an easy program for non-technical people to use. https://github.com/MrS0m30n3/youtube-dl-gui
Re: YouTube-dl: Open-source YouTube downloader
#56I'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…
-f also supports some symbolic names, which is very handy because it allows you to easily get the best possible quality without having to check the formats every time: -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]' this is what I'm using in my case (on youtube). Posting this here, because it's not obvious from the docs that this works.
> Since the end of April 2015 and version 2015.04.26 youtube-dl uses -f bestvideo+bestaudio/best as default format selection […] If ffmpeg or avconv are installed this results in downloading bestvideo and bestaudio separately and muxing them together into a single file giving the best overall quality available. Otherwise it falls back to best and results in downloading the best available quality served as a single file. best is also needed for videos that don't come from YouTube because they don't provide the audio and video in two different files.
Re: YouTube-dl: Open-source YouTube downloader
#57Was happy to see it here, it's nothing new, just a great tool, great job of surfacing it HN!
Re: YouTube-dl: Open-source YouTube downloader
#58I'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
#59Some 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
-Python integration I used it to write a small program for my Raspi. Send a playlist link (Youtube or other) via WhatsApp or Email. Download, copy to according folder. Have it available on my Multimedia System and OwnCloud for my friends.
[0] With my script: http://timbennett.github.io/movie-barcodes/
Re: YouTube-dl: Open-source YouTube downloader
#60Note 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."