broken or not implemented INA engine #1857

Closed
opened 2026-02-20 22:18:33 -05:00 by deekerman · 5 comments
Owner

Originally created by @revirevy on GitHub (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

Originally created by @revirevy on GitHub (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
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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.
Author
Owner

@revirevy commented on GitHub (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' "

@revirevy commented on GitHub (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' "
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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.
Author
Owner

@revirevy commented on GitHub (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

@revirevy commented on GitHub (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
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#1857
No description provided.