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.
Youtube-dl compilation after custom changes #899
Comments
|
You must rename (or remove) the (I'm closing it, but feel free to ask anything you want) |
|
Thanks alot i just missed "zip" |
|
It's stange, I have done a fresh clone, make a change and |
|
:o i got the following => make: < youtube-dl > is up to date but nevermind you solved my problem =) |
Someone can explain me how to recompile youtube-dl (unix version) after some changes in files like "InfoExtractors.py" ?
I know i can execute __main.py to get my code working but this is not what i want.
I want to recompile the whole script including my custom changes and when i try to do it with "make" i get "already up to date" error.
Thanks. (and sorry there's no forum for noob questions)