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

arte.tv gives invalid URL for some URLs #1014

Closed
grexe opened this issue Jul 9, 2013 · 1 comment
Closed

arte.tv gives invalid URL for some URLs #1014

grexe opened this issue Jul 9, 2013 · 1 comment

Comments

@grexe
Copy link

@grexe grexe commented Jul 9, 2013

I'm back unfort. with another issue - for some shows, the arte plugin still fails, but this time with the good old "invalid URL" error:

[grexe@grexbox arte]$ youtube-dl -t --verbose "http://liveweb.arte.tv/de/video/Lang_Lang_Dee_Dee_Bridgewater_Radio-Sinfonieorchester_Stuttgart/"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', '--verbose', 'http://liveweb.arte.tv/de/video/Lang_Lang_Dee_Dee_Bridgewater_Radio-Sinfonieorchester_Stuttgart/']
[debug] youtube-dl version 2013.07.08.1
[debug] Python version 2.7.3 - Linux-3.9.2-1-CHAKRA-x86_64-with-chakra
[debug] Proxy map: {}
[redirect] Following redirect to http://liveweb.arte.tv/front.do;jsessionid=9047FCED6097F0C17383CB9098715D88.tc6l2?method=getHome
WARNING: Falling back on generic information extractor.
[generic] front.do;jsessionid=9047FCED6097F0C17383CB9098715D88.tc6l2?method=getHome: Downloading webpage
[generic] front.do;jsessionid=9047FCED6097F0C17383CB9098715D88.tc6l2?method=getHome: Extracting information
ERROR: Invalid URL: http://liveweb.arte.tv/front.do;jsessionid=9047FCED6097F0C17383CB9098715D88.tc6l2?method=getHome; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 95, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 125, in _real_extract
    raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://liveweb.arte.tv/front.do;jsessionid=9047FCED6097F0C17383CB9098715D88.tc6l2?method=getHome; 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.
@phihag
Copy link
Contributor

@phihag phihag commented Jul 9, 2013

This (liveweb.) seems to be third (!), unrelated video delivery method of Arte. It uses RTMP instead of HTTP like the two others.

@jaimeMF jaimeMF closed this in 70c4c03 Aug 3, 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.