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

Vtm.be extractor doens't work anymore with geoblock eposides #15597

Open
ploor1 opened this issue Feb 14, 2018 · 0 comments
Open

Vtm.be extractor doens't work anymore with geoblock eposides #15597

ploor1 opened this issue Feb 14, 2018 · 0 comments

Comments

@ploor1
Copy link

@ploor1 ploor1 commented Feb 14, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.02.11. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.02.11

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://vtm.be/video/volledige-afleveringen/id/257525189048000', '--username', 'PRIVATE', '--password', 'PRIVATE', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.02.11
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg git-2017-12-31-2906363, ffprobe git-2017-12-31-2906363
[debug] Proxy map: {}
[Medialaan] 257525189048000: Downloading webpage
[Medialaan] Logging in
[Medialaan] 257525189048000: Downloading JSON metadata
[Medialaan] 257525189048000: Downloading m3u8 information
[Medialaan] 257525189048000: Downloading JSON metadata
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://manifest.medialaan.io/manifest/v2/videos/257525189048000.m3u8?type=default&bandwidth=1141180&app_id=vtm_watch&expires=1518579661&signature=355J7GfvGux1QuwDjiZzYBGfrKM'
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 211
[download] Destination: Tegen de Sterren op afl.2-257525189048000.mp4
ERROR: unable to download video data: <urlopen error [WinError 10060] Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord>
Traceback (most recent call last):
  File "C:\Python\Python34\lib\urllib\request.py", line 1183, in do_open
  File "C:\Python\Python34\lib\http\client.py", line 1137, in request
  File "C:\Python\Python34\lib\http\client.py", line 1182, in _send_request
  File "C:\Python\Python34\lib\http\client.py", line 1133, in endheaders
  File "C:\Python\Python34\lib\http\client.py", line 963, in _send_output
  File "C:\Python\Python34\lib\http\client.py", line 898, in send
  File "C:\Python\Python34\lib\http\client.py", line 1279, in connect
  File "C:\Python\Python34\lib\http\client.py", line 871, in connect
  File "C:\Python\Python34\lib\socket.py", line 516, in create_connection
  File "C:\Python\Python34\lib\socket.py", line 507, in create_connection
TimeoutError: [WinError 10060] Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\YoutubeDL.py", line 1896, in process_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\YoutubeDL.py", line 1835, in dl
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\hls.py", line 143, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\fragment.py", line 97, in _download_fragment
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\http.py", line 340, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\downloader\http.py", line 109, in establish_connection
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\YoutubeDL.py", line 2199, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy028tx8p\build\youtube_dl\utils.py", line 1089, in https_open
  File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open
urllib.error.URLError: <urlopen error [WinError 10060] Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord>
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue, suggested solution and other information

To download with Vtm.be you'll need a registred account with username and password.
Free to register!

The Vtm.be extractor doesn't work anymore with the geoblock eposides.
The downloading stops at the moment it is reading the file with manifest and m3u8 links.

The episode wich I've tried to download (find it in the debug log) contains a different manifest link then other episodes.
In the next link you can find the manifest link and 2 m3u8 links:
https://vod.medialaan.io/vod/v2/videos/257525189048000/watch?access_token=c9oZPpArZewGNjoXFkntfmRqvgkgjz3jcQ9KVWWiaJsR%2F6e2hNCtQ2iTDp46CJNg4smWfK0GnWtQJqfqtqb6t%2FYnqXM%2BADMeEPetyGJwylmCsPdQILc7zCB%2Fmdkb6TVu%2FRRaR%2BIFsBkQmxEwQCeMIH4pKcHdFEUd%2FhfWUI9QOnT3zKyG3Krk6chebcD76J6wfFNT4RdVoKmOWO4SVZNscSV6euVnS4fzIV3eFOf4n8A%3D&apikey=vtm-b7sJGrKwMJj0VhdZvqLDFvgkJF5NLjNY&yospace.debug=false&pvr=false&_=1518565903222

The most episodes of Vtm.be contains a manifest link like https://vod-drm.medialaancdn.be/2018/02/13/vtm_20180213_VM067C81C_vtmwatch/1518560122/dash/drm/castlabs/Manifest.mpd (remind, this link is from a different tvprogram and is downloading succesfully with yt-dl)

But the episode that won't download anymore now contains a manifest link like https://vod-drm-geoblock.medialaancdn.be/2018/02/09/257525189048000/1518184289/dash/drm/castlabs/Manifest.mpd
So, you can see this link contains a -geoblock part!!

Also in this episode the playlist.m3u8 link (who you can find in the first link) now contains a geoblock part. So it is changed recently!
(Remind, not all of the tvprograms of Vtm.be are geoblocked! So those programs can be succesfully download with the yt-dl.exe)

There also is a index.m3u8 link (who also you can find in the first link) that not contains the geoblock part. All index.m3u8 links of all Vtm.be episodes are the same (not contains the geoblock part).

So I think Vtm.be has made these 2 changes.
Is it possible to find a solution or to make a code for the Vtm.be (Medialaan) extractor? And that this episodes also will downloading succesfully in the feature?

When you need more information, please give a reaction.

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.