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

broken or not implemented INA engine #2328

Closed
revirevy opened this issue Feb 5, 2014 · 5 comments
Closed

broken or not implemented INA engine #2328

revirevy opened this issue Feb 5, 2014 · 5 comments

Comments

@revirevy
Copy link

@revirevy revirevy commented Feb 5, 2014

Hello,

I just want to make you know that ina.fr engine is broken or not implemented. Here is the log
[debug] youtube-dl version 2014.02.03
[debug] Python version 2.7.3 - Linux-3.8.0-31-generic-i686-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[video.google:search] gvsearch:elevage site:ina.fr: Downloading result page 1
[download] Downloading playlist: elevage site:ina.fr
[video.google:search] playlist elevage site:ina.fr: Collected 10 video ids (downloading 10 of them)
[download] Downloading video #1 of 10
[generic] VDD09040617: Requesting header
WARNING: Falling back on generic information extractor.
[generic] VDD09040617: Downloading webpage
[generic] VDD09040617: Extracting information
ERROR: Unsupported URL: http://www.ina.fr/video/VDD09040617; 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/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 370, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.ina.fr/video/VDD09040617; 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.

best regards

N.R

@jaimeMF jaimeMF closed this in d806190 Feb 5, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 5, 2014

Thanks for your report, it's fixed now. The problem is that we didn't recognized it as a ina valid url.

For future reports, we need the full output you get when running with the -v option. In your case the first lines were missing, something like this:

[debug] System config: []
[debug] User config: ['--write-info-json', '--write-thumbnail', '--verbose']
[debug] Command-line args: ['gvsearch:elevage site:ina.fr', '--test']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.05

This part contains the command line options you have used, this is really useful when debugging the problems.

@revirevy
Copy link
Author

@revirevy revirevy commented Feb 5, 2014

Thanks,

my apologize,
this is done through youtube-dl gvsearch
... the missing part .... :

"youtube-dl gvsearch50:'elevage site:ina.fr' -s -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['gvsearch50:elevage site:ina.fr', '-s', '-v']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8' "

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 5, 2014

Don't worry, I guessed that part and the important thing was the ina url that failed. I just wanted to let you know it.

@revirevy
Copy link
Author

@revirevy revirevy commented Feb 5, 2014

By the way, is it a long work to implement result numbers feature like with youtube (ytsearchXX where XX is number results) with googlevideo, gvsearch50 seems not working

Have I to open another request issue for that?

Thanks

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 5, 2014

If it doesn't work, yes, please open a new issue. Post the output you get, if you want you can add the --simulate option so that nothing is written to the disk, to speed up everything.

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.