-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Youtube-DL on Linux (Ubuntu) #31810
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
Ubuntu already has Python. 🙂
|
Follow the link from the pinned issue (that you should have read already) which should have caused you to read the actual issue that covers this problem instead of opening a new issue for no good reason at all. In the master issue, you are advised how to update the program. In particular, you could add a PPA to your Ubuntu setup that has a new version of yt-dl. But since repo versions of yt-dl generally don't get updated often enough, even when yt-dl releases are made, the solutions using pip may be better. |
I did it, and it worked. BTW, What does the "#egg=youtube_dl" parameter do? |
Please find out and tell us (in the master thread). A guess is that a package installable with pip can have optional features and this syntax specifies the |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
You're right.. OK the make process completed successfully. Here is the full list of what I used:
Now qwhen I'm inside the youtube-dl folder,
(the file has the x attribute.. Here is a screenshot: |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Right.. |
I think it might be better to create a Link in |
This comment was marked as resolved.
This comment was marked as resolved.
Glad I managed to make a small contribution here too :)) BTW,
|
I created a completely new VPS, Quite ironically,
So is there maybe today a global problem for everyone? Retrying to download, |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
429 -> #30839. In #31810 (comment), I guess that there must have been an earlier
After a (eg) 429 error in line 1839, trying to At line 447, this would make it safe: - get_element_by_attribute('itemprop', 'author', webpage) or '',
+ get_element_by_attribute('itemprop', 'author', webpage or '') or '', |
This comment was marked as resolved.
This comment was marked as resolved.
I doubt it, but see the issues linked from #30839. |
Hi all
Since youtube-dl.exe is not updated,
I tried installing youtube-dl on a Linux machine that I have (Ubuntu), using:
apt install youtube-dl
The installation was successful,
however when running it, the uploader_id problem remains there too.
I thought it would be updated there.
So my question is: what should I do to get the most updated build there, that will work?
Maybe install Python, and then inside it install youtube-dl using pip?
Please suggest the simplest solution..
Thank you
The text was updated successfully, but these errors were encountered: