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
YouTube-dl: Open-source YouTube downloader
281–290 of 338 posts
Re: YouTube-dl: Open-source YouTube downloader
#282Earlier quoted context omitted.
Don't know why this is being downvoted. VLC can play .part files of many formats, but not if they're seperate streams. I wish there was a way to just download the highest format that will download only one file.
-f best It's in the documentation.
Re: YouTube-dl: Open-source YouTube downloader
#283Here's something i've added to my .bashrc that lets me type in simply 'play ' using youtube-dl and mplayer (I forget where I found this gem, and sorry for weird formatting, won): function play { youtube-dl --default-search=ytsearch: \ --youtube-skip-dash-manifest \ --output="${TMPDIR:-/tmp/}%(title)-s%(id)s.%(ext)s" \ --restrict-filenames \ --format="bestaudio[ext!=webm]" \ --exec=mplayer -vvv "$*" } play rick astley…
Re: YouTube-dl: Open-source YouTube downloader
#284Earlier quoted context omitted.
If you are looking for something to give your family members, almost everyone I know uses the open-source tool jdownloader [0] to download youtube videos. It's a ponderous java monster but it works great and comes with a huge plugin collection for numerous sites. The fact that it has a gui makes it really accessibly to non-technical people. There seems to be talk about AdWare in the installer but I personally never h…
I know jdownloader. Have been using it in it's early days for 1-click hosters on a separate machine. Don't trust it at all ;)
If they ever did something really sinister they would be quickly out of business.
Re: YouTube-dl: Open-source YouTube downloader
#285The 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
#286The 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 treat youtube-dl like Fight Club. I am glad it isn't on the top of searches since I am afraid sites would start trying to stop it from working harder.
Re: YouTube-dl: Open-source YouTube downloader
#287For people interested in tools like this, or for people who want to just watch videos without downloading, I would also recommend Livestreamer. I use it to watch Crunchyroll streams, and I avoid all the strange issues that come up with their terrible player. No more skipping to random sections of the episode. https://github.com/chrippa/livestreamer
Re: YouTube-dl: Open-source YouTube downloader
#288Honest question: why would you want to download a video from YouTube? The main use case I can think of is you want to watch videos offline on a mobile device but don't want to pay for a YouTube Red subscription.
I frequently backup entire channels using youtube-dl just to avoid the chance of that content getting destroyed.
Re: YouTube-dl: Open-source YouTube downloader
#289Earlier quoted context omitted.
> The problem is so bad, I know lots of people - myself > included - who hunt for projects first on Github, and > Google a distant second. Seriously? I search with `site:github.com` all the time.
DuckDuckGo has !github, !gh, !ghcode, and !gist. https://duckduckgo.com/bang?q=github
Re: YouTube-dl: Open-source YouTube downloader
#290Note 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."