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

Searching video error #3103

Closed
blurmonk opened this issue Jun 19, 2014 · 3 comments
Closed

Searching video error #3103

blurmonk opened this issue Jun 19, 2014 · 3 comments

Comments

@blurmonk
Copy link

@blurmonk blurmonk commented Jun 19, 2014

Hi

I tried the comandline search example that was mentioned in my prev ticket but throwing an error. I am guessing it is a proxy error?

I am under Debian Wheezy 32
Python 2.7.3
[GCC 4.7.2] on linux2

youtube-dl --get-title "yvsearch5:falling cat" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--get-title', 'yvsearch5:falling cat', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.04.7
[debug] Python version 2.7.3 - Linux-3.13.0-rc2-customkernel-i686-with-debian-7.5
[debug] Proxy map: {'ftp': '192.168.x.xxx:8118', 'http': '192.168.x.xxx:8118', u'https': '192.168.2.133:8118'}
ERROR: Unable to extract items; 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. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 511, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/yahoo.py", line 48, in _real_extract
webpage, 'items', flags=re.MULTILINE)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 370, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract items; 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. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 19, 2014

You're using an outdated version, could you try with the last youtube-dl version (2014.06.16 or higher)? Run sudo youtube-dl -U to upgrade.

@blurmonk
Copy link
Author

@blurmonk blurmonk commented Jun 19, 2014

Ok

I am still getting errors, but lesser

Dog, Cat Fall From Same High-Rise Balcony 3 Days Apart
Cats make perfect fall furry friends
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 852, in main

File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 842, in _real_main

File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1050, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 645, in process_ie_result
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 571, in process_ie_result
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 167, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/yahoo.py", line 73, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/yahoo.py", line 91, in _get_info
KeyError: u'streams'

youtube-dl -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.19
[debug] Python version 2.7.3 - Linux-3.13.0-rc2-customkernel-i686-with-debian-7.5
[debug] Proxy map: {'ftp': 'xxxxxxxxx:8118', 'http': '192.168.2.133:8118', u'https': 'xxxxxxxx:8118'}
Usage: youtube-dl [options] url [url...]

youtube-dl: error: you must provide at least one URL

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2016

Works fine with latest version.

@dstftw dstftw closed this Jul 9, 2016
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
3 participants
You can’t perform that action at this time.