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.
I've tried to use the .exe and the .zip
When i run the exe the terminal open and close immediatly (i succed taking a screenshot of the message : http://zupimages.net/viewer.php?id=15/25/c06v.png)
When i tried runing the setup.py i have this error message :
Warning (from warnings module):
File "C:\Users\alexis\Dropbox\IFTTT\YouTube\youtube-dl\setup.py", line 60
warnings.warn('Skipping file %s since it is not present. Type make to build all automatically generated files.' % fn)
UserWarning: Skipping file youtube-dl.bash-completion since it is not present. Type make to build all automatically generated files.
Warning (from warnings module):
File "C:\Users\alexis\Dropbox\IFTTT\YouTube\youtube-dl\setup.py", line 60
warnings.warn('Skipping file %s since it is not present. Type make to build all automatically generated files.' % fn)
UserWarning: Skipping file youtube-dl.fish since it is not present. Type make to build all automatically generated files.
Warning (from warnings module):
File "C:\Users\alexis\Dropbox\IFTTT\YouTube\youtube-dl\setup.py", line 60
warnings.warn('Skipping file %s since it is not present. Type make to build all automatically generated files.' % fn)
UserWarning: Skipping file youtube-dl.1 since it is not present. Type make to build all automatically generated files.
Traceback (most recent call last):
File "C:\Users\alexis\Dropbox\IFTTT\YouTube\youtube-dl\setup.py", line 74, in
exec(compile(open('youtube_dl/version.py').read(),
FileNotFoundError: [Errno 2] No such file or directory: 'youtube_dl/version.py'
I'm currently trying to develop a new functionnality for this wonderful tool but i can't even instal it on windows oO Do you have any solution ?
Thanks a lot !