[wat.tv] Localization issue #2908

Closed
opened 2026-02-20 23:10:46 -05:00 by deekerman · 7 comments
Owner

Originally created by @CkuT on GitHub (Aug 24, 2014).

Hey !
Thanks for resolving and closing #3558 (a54bda3ae2). I now have an issue with the localization(French ISP) :

youtube-dl --verbose http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.08.24.5
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-LinuxMint-17-qiana
[debug] Proxy map: {}
[TF1] 8467331: Downloading webpage
[TF1] 8467331: Downloading embed player page
[TF1] 8467331: Downloading JSON metadata
[wat.tv] gregory-lemarchal-voix-ange: Downloading webpage
[wat.tv] 11713065: Downloading JSON metadata
ERROR: This content is not available in your area
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 520, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 176, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/wat.py", line 50, in _real_extract
    raise ExtractorError('This content is not available in your area', expected=True)
ExtractorError: This content is not available in your area

Any ideas ?

Originally created by @CkuT on GitHub (Aug 24, 2014). Hey ! Thanks for resolving and closing #3558 (a54bda3ae2d659c9020668a638dccc3545a1ecb1). I now have an issue with the localization(French ISP) : ``` youtube-dl --verbose http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2014.08.24.5 [debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-LinuxMint-17-qiana [debug] Proxy map: {} [TF1] 8467331: Downloading webpage [TF1] 8467331: Downloading embed player page [TF1] 8467331: Downloading JSON metadata [wat.tv] gregory-lemarchal-voix-ange: Downloading webpage [wat.tv] 11713065: Downloading JSON metadata ERROR: This content is not available in your area Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 520, in extract_info ie_result = ie.extract(url) File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 176, in extract return self._real_extract(url) File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/wat.py", line 50, in _real_extract raise ExtractorError('This content is not available in your area', expected=True) ExtractorError: This content is not available in your area ``` Any ideas ?
Author
Owner

@phihag commented on GitHub (Aug 24, 2014):

Can you post the output you get with youtube-dl 2014.08.24.6? From Germany, I still get the geoblock warning, but the mobile stream works (the others don't).

@phihag commented on GitHub (Aug 24, 2014): Can you post the output you get with youtube-dl 2014.08.24.6? From Germany, I still get the geoblock warning, but the mobile stream works (the others don't).
Author
Owner

@CkuT commented on GitHub (Aug 24, 2014):

Here it is :

youtube-dl --verbose http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.08.24.6
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-LinuxMint-17-qiana
[debug] Proxy map: {}
[TF1] 8467331: Downloading webpage
[TF1] 8467331: Downloading embed player page
[TF1] 8467331: Downloading JSON metadata
[wat.tv] gregory-lemarchal-voix-ange: Downloading webpage
[wat.tv] 11713065: Downloading JSON metadata
WARNING: [wat.tv] This content is marked as not available in your area. Trying anyway ..
[wat.tv] Multipart video detected
[wat.tv] 11713075: Downloading JSON metadata
[wat.tv] 11713081: Downloading JSON metadata
[wat.tv] 11713091: Downloading JSON metadata
[download] Downloading playlist: Grégory Lemarchal, une voix d'ange depuis 10 ans
[wat.tv] playlist Grégory Lemarchal, une voix d'ange depuis 10 ans: Collected 3 video ids (downloading 3 of them)
[download] Downloading video #1 of 3
[wat.tv] gregory-lemarchal-voix-ange: Downloading webpage
[wat.tv] 11713075: Downloading JSON metadata
WARNING: [wat.tv] This content is marked as not available in your area. Trying anyway ..
[wat.tv] 11713075: Downloding SD video URL
WARNING: Failed to download SD video URL: HTTP Error 403: Unauthorized access.
[wat.tv] 11713075: Downloding HD video URL
WARNING: Failed to download HD video URL: HTTP Error 403: Unauthorized access.
[debug] Invoking downloader on u'http://wat.tv/get/android5/11713075.mp4'
[download] Destination: Grégory Lemarchal, une voix d'ange depuis 10 ans (1_3)-11713075.mp4
[download]  17.4% of 163.97MiB at  1.02MiB/s ETA 02:12^C
ERROR: Interrupted by user
@CkuT commented on GitHub (Aug 24, 2014): Here it is : ``` youtube-dl --verbose http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://videos.tf1.fr/gregory-lemarchal/gregory-lemarchal-une-voix-d-ange-depuis-10-ans-8467331.html'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2014.08.24.6 [debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-LinuxMint-17-qiana [debug] Proxy map: {} [TF1] 8467331: Downloading webpage [TF1] 8467331: Downloading embed player page [TF1] 8467331: Downloading JSON metadata [wat.tv] gregory-lemarchal-voix-ange: Downloading webpage [wat.tv] 11713065: Downloading JSON metadata WARNING: [wat.tv] This content is marked as not available in your area. Trying anyway .. [wat.tv] Multipart video detected [wat.tv] 11713075: Downloading JSON metadata [wat.tv] 11713081: Downloading JSON metadata [wat.tv] 11713091: Downloading JSON metadata [download] Downloading playlist: Grégory Lemarchal, une voix d'ange depuis 10 ans [wat.tv] playlist Grégory Lemarchal, une voix d'ange depuis 10 ans: Collected 3 video ids (downloading 3 of them) [download] Downloading video #1 of 3 [wat.tv] gregory-lemarchal-voix-ange: Downloading webpage [wat.tv] 11713075: Downloading JSON metadata WARNING: [wat.tv] This content is marked as not available in your area. Trying anyway .. [wat.tv] 11713075: Downloding SD video URL WARNING: Failed to download SD video URL: HTTP Error 403: Unauthorized access. [wat.tv] 11713075: Downloding HD video URL WARNING: Failed to download HD video URL: HTTP Error 403: Unauthorized access. [debug] Invoking downloader on u'http://wat.tv/get/android5/11713075.mp4' [download] Destination: Grégory Lemarchal, une voix d'ange depuis 10 ans (1_3)-11713075.mp4 [download] 17.4% of 163.97MiB at 1.02MiB/s ETA 02:12^C ERROR: Interrupted by user ```
Author
Owner

@phihag commented on GitHub (Aug 24, 2014):

Great, so you'll at least get a video now. Judging by the 403s, the warning seems to be justified, so we'll just leave it that way. Or can you watch the video in HD on the website?

@phihag commented on GitHub (Aug 24, 2014): Great, so you'll at least get a video now. Judging by the 403s, the warning seems to be justified, so we'll just leave it that way. Or can you watch the video in HD on the website?
Author
Owner

@CkuT commented on GitHub (Aug 24, 2014):

Thanks for this patch, but I was already able to get SD video before #3558 :s.
Furthermore, I'm able to watch HD quality directly on the website

@CkuT commented on GitHub (Aug 24, 2014): Thanks for this patch, but I was already able to get SD video before #3558 :s. Furthermore, I'm able to watch HD quality directly on the website
Author
Owner

@dstftw commented on GitHub (Aug 25, 2014):

Before #3558 there was only Mobile quality that is lower than SD, so you was not able to get the SD for sure. Now all three formats should work regardless of geo restriction (if any).

@dstftw commented on GitHub (Aug 25, 2014): Before #3558 there was only Mobile quality that is lower than SD, so you was not able to get the SD for sure. Now all three formats should work regardless of geo restriction (if any).
Author
Owner

@phihag commented on GitHub (Aug 25, 2014):

Excellent! @CkuT You can now update to youtube-dl 2014.08.25.2 or newer, where this should be fixed.

@phihag commented on GitHub (Aug 25, 2014): Excellent! @CkuT You can now update to youtube-dl 2014.08.25.2 or newer, where this should be fixed.
Author
Owner

@CkuT commented on GitHub (Aug 25, 2014):

Thanks a lot, it works like a charm now !

@CkuT commented on GitHub (Aug 25, 2014): Thanks a lot, it works like a charm now !
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#2908
No description provided.