Live data from Hacker News

YouTube-dl: Open-source YouTube downloader

rg3.github.io

71–80 of 338 posts

Re: YouTube-dl: Open-source YouTube downloader

#71
post #60

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

I'd have more sympathy if youtube hadn't removed the "preloading" feature on the android app - I was an avid user of this feature for train journeys where I have little signal. Now I'm using downloaders. These sort of violations are always of the company's own making.

[deleted]

Re: YouTube-dl: Open-source YouTube downloader

#72
post #54

The only thing that irritates me about youtube-dl is that by default it will try download audio and video tracks separately and then remux them on your computer. While it's a cool feature, I don't think this is what most people want 99% of the time.

Most of the time I've seen this come up in non-technical circles, the person wanted an MP3 to put in their library.

Re: YouTube-dl: Open-source YouTube downloader

#73

Earlier quoted context omitted.

guycook's lament is about the findability of the project for laypeople, not about its interface. The interface is not an issue when laypeople can't find the project in the first place.

Well the reason it has a bad ranking is because it isn't accessible to lay people. People might click the link and say "how do I install pip? Whats a PATH variable?" (or even "What's a command line?") and click back to the search page. Google counts that as a vote against that site, hence the bad ranking.

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!

Re: YouTube-dl: Open-source YouTube downloader

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

This is true, while my mom never taught me too much she still did plenty in DOS. My dad on the other hand... He has an iPhone but would be happy with a flip phone, he uses the exact same amount of functionality that both phones carry, only difference being he has to touch his screen.

Re: YouTube-dl: Open-source YouTube downloader

#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 never gonna give you up

Re: YouTube-dl: Open-source YouTube downloader

#77

Earlier quoted context omitted.

Well the reason it has a bad ranking is because it isn't accessible to lay people. People might click the link and say "how do I install pip? Whats a PATH variable?" (or even "What's a command line?") and click back to the search page. Google counts that as a vote against that site, hence the bad ranking.

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 not come back to the search page.

Re: YouTube-dl: Open-source YouTube downloader

#78
youtube-dl is great. It belongs to a class of software, that could not exists without a place like github (or any platform, that makes it easy to contribute). Many developers (here: 403) sharing the burden of keeping the scrapers up-to-date, which would be a dull and mind-numbing task for a single person or small group of people.

Other wonderful projects in this category would be homebrew[1], wiki*, OSM, ...

Re: YouTube-dl: Open-source YouTube downloader

#79
post #69

Earlier quoted context omitted.

This is about 2 steps longer than most family member capabilities.

Always the same argument, and still wrong. It depends 100% on the desirability of the expected result. I have seen a non-IT guy do an incredibly complex serie of super user operations on his PC just to install CS. He was very motivated. But if you asked him to install Chrome in place of IE he would even understand what it meant. Same: many people still use peer-to-peer software to download movies, mostly porn. I gues…

OK then you definitely haven't met my family members, who routinely can't log in because they have the caps-lock on.

Re: YouTube-dl: Open-source YouTube downloader

#80
post #60

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

I'd have more sympathy if youtube hadn't removed the "preloading" feature on the android app - I was an avid user of this feature for train journeys where I have little signal. Now I'm using downloaders. These sort of violations are always of the company's own making.

From https://www.youtube.com/red: "Enjoy videos without ads–and in the background or offline on mobile devices"
Post reply on HN