Skip to content
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

Youtube-dl compilation after custom changes #899

Closed
vanilla38 opened this issue Jun 21, 2013 · 4 comments
Closed

Youtube-dl compilation after custom changes #899

vanilla38 opened this issue Jun 21, 2013 · 4 comments

Comments

@vanilla38
Copy link

@vanilla38 vanilla38 commented Jun 21, 2013

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)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 21, 2013

You must rename (or remove) the youtube-dl file that is already there (not the one in the bin/ directory), then you can run make youtube-dl and it should create it with your changes.

(I'm closing it, but feel free to ask anything you want)

@jaimeMF jaimeMF closed this Jun 21, 2013
@vanilla38
Copy link
Author

@vanilla38 vanilla38 commented Jun 21, 2013

Thanks alot i just missed "zip"

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 21, 2013

It's stange, I have done a fresh clone, make a change and make youtube-dl works correctly without needing to remove the existing file.

@vanilla38
Copy link
Author

@vanilla38 vanilla38 commented Jun 21, 2013

:o i got the following => make: < youtube-dl > is up to date but nevermind you solved my problem =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.