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.
YouTube-dl: Open-source YouTube downloader
71–80 of 338 posts
Re: YouTube-dl: Open-source YouTube downloader
#72The 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.
Re: YouTube-dl: Open-source YouTube downloader
#73Earlier 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.
Re: YouTube-dl: Open-source YouTube downloader
#74Earlier 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.
Re: YouTube-dl: Open-source YouTube downloader
#75 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 upRe: YouTube-dl: Open-source YouTube downloader
#76[0] http://pullz.in
Re: YouTube-dl: Open-source YouTube downloader
#77Earlier 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 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
#78Other wonderful projects in this category would be homebrew[1], wiki*, OSM, ...
Re: YouTube-dl: Open-source YouTube downloader
#79Earlier 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…
Re: YouTube-dl: Open-source YouTube downloader
#80Note 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.