Live data from Hacker News

YouTube-dl: Open-source YouTube downloader

rg3.github.io

111–120 of 338 posts

Re: YouTube-dl: Open-source YouTube downloader

#111
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…

SEO rigging? That's mostly having links from other reputable sources. If this software is good, other good sites will link to it rising it up in the search results.

Lot's of open source projects come up top of the results when you search for stuff because of this fact.

Re: YouTube-dl: Open-source YouTube downloader

#112

Earlier quoted context omitted.

[0] ok, this is a pain pre Win 10, but ^V is supported now Just gotta remember the old "Alt-Space, E, P" shortcut sequence. And Alt-Space, E, K for selecting/copying.

What's wrong with right-click?

Forces you to take your hands off the keyboard.

Re: YouTube-dl: Open-source YouTube downloader

#113
post #35

Earlier quoted context omitted.

It's not easy because it's an command line. Not a single family member would touch this here. It's sad but understandable.

Depends on the family. My mom taught me DOS.

Well...

My mom did teach me DOS, and programming, and a lot of other things – but these days she doesn't have that kind of patience anymore. If things don't work right away, out the window they go. For a lot of people the patience with technology decreases as they age.

Re: YouTube-dl: Open-source YouTube downloader

#114

Earlier quoted context omitted.

I never knew this occurred, how do they do this if I open links in a new tab? Maybe if the website uses Google Analytics they might take this into account, but if they didn't have any other software from Google? I'm quite intrigued. Thanks for that post!

I think just clicking the link and then clicking a different link counts against the first link. It probably doesn't matter if you actually use the back button or not. I don't know how they account for people clicking multiple links in new tabs. My guess is they reorder links sometimes so that users that click multiple links cancel each other out. They just try to maximize the probability you will click on a link and…

Well, I guess I cause a LOT of bad rankings for sites. I tend to just open a lot of results in different tabs, then go through them one by one.

Re: YouTube-dl: Open-source YouTube downloader

#115
Nostalgia time. Even though I'm not actively involved anymore, youtube-dl has been the first OSS project I seriously contributed to, and strangers still thank me at conferences for it.

I owe a lot to the maintainers (hey, phihag!) for tolerating and trusting a much younger version of me :)

I still remember the emotion of getting this merged: https://github.com/rg3/youtube-dl/pull/342

It's also one of the most impressive community efforts I've seen, with just about anyone contributing support for new sites and fixing broken ones: https://github.com/rg3/youtube-dl/graphs/contributors (notice how the GH interface is limited to 100 contributors, and #100 still has 3 commits in the tree)

Re: YouTube-dl: Open-source YouTube downloader

#116
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…

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

You dont need a gui at all gor youtube-dl. Its sufficiently explicit.

Re: YouTube-dl: Open-source YouTube downloader

#117
post #35
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…

It's not easy because it's an command line. Not a single family member would touch this here. It's sad but understandable.

I prefer cli 1000 times over an overly badly designed gui anytime

Re: YouTube-dl: Open-source YouTube downloader

#118
post #111
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…

SEO rigging? That's mostly having links from other reputable sources. If this software is good, other good sites will link to it rising it up in the search results. Lot's of open source projects come up top of the results when you search for stuff because of this fact.

>SEO rigging? That's mostly having links from other reputable sources. If this software is good, other good sites will link to it rising it up in the search results

You have tell Google what your site is about, otherwise it's pretty hopeless; you're pretty much well asking Google to guess what terms the site should rank for.

The five-minute-basics this site needs are to create a meaningful title tag (getting "YouTube Downloader" in there would be a great start. With zero research, maybe even "YouTube Downloader - Save Videos for Later"), create a friendly meta description that'll tell people what it's about in the search result pages, and use an H1 where it's currently using a TD with "subtitle" class.

It wouldn't hurt to also have a short bullet-point list of uses cases, just to get related search terms - e.g. "save youtube to my computer" - that the big G can use to direct users to the site.

>Lot's of open source projects come up top of the results when you search for stuff because of this fact.

The problem is so bad, I know lots of people - myself included - who hunt for projects first on Github, and Google a distant second.

Google is capable of some quite incredible things; using mind-reading to find out the important parts of a project or what it relates to, sadly, isn't one of their core strengths.

Re: YouTube-dl: Open-source YouTube downloader

#119
post #75

Here'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…

This is very very awesome. I never bothered to read the man pages in enough detail to even know this was possible! A fine job my good man.

Re: YouTube-dl: Open-source YouTube downloader

#120
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

-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.

How did you get the WhatsApp integration?
Post reply on HN