Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
A very small enhancement to allow people to just directly run from the git repository #16625
Comments
|
Did you even read FAQ? |
|
Ok I see what you mean on the FAQ. That's not the way I asked the same question, because the binary file in the tarballs is a big no to me. The answer is related since it somehow reveals that this process can be bypassed altogether with __main__.py May I propose a pull request with a clarification of that question ?On Jun 3, 2018 15:18, "Sergey M." <notifications@github.com> wrote:Did you even read FAQ?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
|
I'm offering to improve the FAQ if you are kind enough to reopened this ticket, which as I explained earlier, it not a duplicate.On Jun 3, 2018 15:19, "Sergey M." <notifications@github.com> wrote:Closed #16625.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
|
I give up. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.02. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Since python doesn't require compilation before you can run it, it would make sense to make a very small adjustment in your git repository so that you can start the program directly. Currently, the startup script in the bin directory fails to find the module directory that's at the root of the repository. It's very easy to fix, but requires someone to know a bit about Python. Or you need to know that you can actually directly run youtube_dl/main.py, which again, is easy if you know a bit about Python, and actually reveals that it's only a matter of documentation (prolly put the the README, huh, there are two README files, btw). My point is many users will want to just clone the git repository and use it as a simple way to keep the software up-to-date. I see no reason of going through very Python-specific ways of compiling or installing something that doesn't require any of that by the virtue of Python being designed exactly for that :)