There's a web app[0] that uses youtube-dl to provide non-cli functionality. Does anyone knows if there's similar tool/lib in Go? [0] http://pullz.in
YouTube-dl: Open-source YouTube downloader
131–140 of 338 posts
Re: YouTube-dl: Open-source YouTube downloader
#132Earlier quoted context omitted.
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
#133Gives you decent quality audio file from pretty much any video, you can even feed it a playlist.
Re: YouTube-dl: Open-source YouTube downloader
#134Earlier quoted context omitted.
- Illegal
That's not illegal. It's a bit worrying how many people run to defend corporation profits by default.
Not the OP but I don't think it has anything to do with corporation profits. If I spend money creating a video, put it on Youtube, and try to recoup costs through ads you're bypassing that by downloading the video with this tool.
Re: YouTube-dl: Open-source YouTube downloader
#135The 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 think it is time antivirus, Google Chrome, et al recognize those installers as crapware and give a warning before installation (yes, including Java SDK and Skype trying to install toolbars). Currently Google Chrome is giving a malware warning just because you have an .exe in your web page that for them seems malware, and if you work in
Re: YouTube-dl: Open-source YouTube downloader
#136Earlier quoted context omitted.
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…
Example would be linking to this project page from the wikipedia page for youtube. Also the text used for links is important.
Yes google is a mind reader and it does figure what your page is about. It's actually not that hard using natural language toolkits to process the text on the page and figure it out. See http://www.nltk.org/
Re: YouTube-dl: Open-source YouTube downloader
#137The 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…
> The amount of crapware I've had to remove from family member's PCs... I think it is time antivirus, Google Chrome, et al recognize those installers as crapware and give a warning before installation (yes, including Java SDK and Skype trying to install toolbars). Currently Google Chrome is giving a malware warning just because you have an .exe in your web page that for them seems malware, and if you work in
So how should one make available for download windows executables?
Re: YouTube-dl: Open-source YouTube downloader
#138I rather like using it for things like twitch streams since I can bypass having to use Flash and get a higher quality renderer in the process (with things like high quality scaling[3] and debanding[4]). And it goes without saying that it's nice for youtube stuff as well because of the aforementioned benefits. Basically it makes stuff look even better than if you watched it the browser, and I like that.
[1] https://mpv.io/
[2] https://mpv.srsfckn.biz/ (official Windows builds)
[3] https://mpv.io/manual/master/#video-output-drivers-opengl mpv supports ewa_lanczossharp (aka jinc) for scaling among others
[4] Also a huge fan of the debanding which can be left on all the time
Re: YouTube-dl: Open-source YouTube downloader
#139The 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.
> Not a single family member would touch this here.
> It's sad but understandable.
I can understand why many people will avoid using commandlines. The part I don't understand is how they're quite comfortable when those commandlines are surrounded by "Forward", "Back", "Stop" and "Reload" buttons; or when they have an "I'm feeling lucky" button underneath.
In the case of this discussion, the typical user flow would be something like:
- Double click browser
- Enter special string of text "youtube.com" in URL box and hit enter
- Enter strings of text into YouTube search box to find videos
- Copy special string "https://youtube.com/watch?v=abcdefg" from URL box
- Enter another special string "google.com" in URL box and hit enter
- Enter strings of text into Google search box and hit enter
- Click SuperDuperVideoDownload link
- Paste special string "https://youtube.com/watch?v=abcdefg" into SuperDuperVideoDownload box and hit enter
Present this user with a CLI like youtube-dl, and they'll complain that they don't like the idea of copy/pasting special strings into boxes.
youtube-dl actually has quite sane defaults too; e.g. "youtube-dl https://......" will Just Work (TM). Switches are only needed for fancier stuff (e.g. "Download highest quality Free format and extract the audio track")
Re: YouTube-dl: Open-source YouTube downloader
#140Earlier quoted context omitted.
> The amount of crapware I've had to remove from family member's PCs... I think it is time antivirus, Google Chrome, et al recognize those installers as crapware and give a warning before installation (yes, including Java SDK and Skype trying to install toolbars). Currently Google Chrome is giving a malware warning just because you have an .exe in your web page that for them seems malware, and if you work in
> Currently Google Chrome is giving a malware warning just because you have an .exe So how should one make available for download windows executables?