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

New script not working on Ubuntu #966

Closed
imyousuf opened this issue Jun 29, 2013 · 1 comment
Closed

New script not working on Ubuntu #966

imyousuf opened this issue Jun 29, 2013 · 1 comment

Comments

@imyousuf
Copy link

@imyousuf imyousuf commented Jun 29, 2013

$ ~/projects/test/test-scripts/youtube-dl/youtube-dl -v http://www.youtube.com/watch?v=5AR9laYlXbQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.youtube.com/watch?v=5AR9laYlXbQ']
[debug] youtube-dl version 2013.06.34.4
[debug] Python version 2.6.5 - Linux-2.6.32-41-generic-pae-i686-with-Ubuntu-10.04-lucid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 5AR9laYlXbQ: Downloading video webpage
[youtube] 5AR9laYlXbQ: Downloading video info webpage
[youtube] 5AR9laYlXbQ: Extracting video information
ERROR: no known formats available for video; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/init.py", line 566, in _real_main
cwd=os.path.dirname(os.path.abspath(file)))
File "/usr/lib/python2.6/subprocess.py", line 633, in init
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 20] Not a directory: '/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl'
Traceback (most recent call last):
File "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 92, in extract
return self._real_extract(url)
File "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 579, in _real_extract
raise ExtractorError(u'no known formats available for video')
ExtractorError: no known formats available for video; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 29, 2013

Thanks for reporting it, this is a known problem : #343

@jaimeMF jaimeMF closed this Jun 29, 2013
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.