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

[npo] all attemps to download from npostart.nl fail #20444

Closed
sanderness66 opened this issue Mar 22, 2019 · 0 comments
Closed

[npo] all attemps to download from npostart.nl fail #20444

sanderness66 opened this issue Mar 22, 2019 · 0 comments
Labels
DRM

Comments

@sanderness66
Copy link

@sanderness66 sanderness66 commented Mar 22, 2019

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.03.18. 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 2019.03.18

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

[debug] System config: []
[debug] User config: [u'--output', u'%(title)s.%(ext)s']
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://www.npostart.nl/het-uur-van-de-wolf/21-03-2019/VPWON_1302854']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.03.18
[debug] Python version 2.7.16 (CPython) - Linux-5.0.0-7-lowlatency-x86_64-with-Ubuntu-19.04-disco
[debug] exe versions: ffmpeg 4.1.1-1, ffprobe 4.1.1-1, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[npo] VPWON_1302854: Downloading token
[npo] VPWON_1302854: Downloading player JSON
[npo] VPWON_1302854: Downloading hls profile JSON
[npo] VPWON_1302854: Downloading dash-widevine profile JSON
[npo] VPWON_1302854: Downloading MPD manifest
[npo] VPWON_1302854: Downloading dash-playready profile JSON
[npo] VPWON_1302854: Downloading MPD manifest
[npo] VPWON_1302854: Downloading smooth profile JSON
[npo] VPWON_1302854: Downloading ISM manifest
[npo] VPWON_1302854: Downloading JSON metadata
[npo] VPWON_1302854: Downloading token
[npo] VPWON_1302854: Downloading formats JSON
[npo] VPWON_1302854: Downloading Adaptive stream JSON
[npo] VPWON_1302854: Downloading Hoog stream JSON
[npo] VPWON_1302854: Downloading Normaal stream JSON
[npo] VPWON_1302854: Downloading Laag stream JSON
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. 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/extractor/npo.py", line 185, in _real_extract
    return self._get_info(url, video_id)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/npo.py", line 249, in _get_info
    self._sort_formats(formats)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1326, in _sort_formats
    raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. 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 794, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/npo.py", line 187, in _real_extract
    return self._get_old_info(video_id)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/npo.py", line 456, in _get_old_info
    self._sort_formats(formats)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1326, in _sort_formats
    raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description of your issue, suggested solution and other information

yt-dl is not able to parse npostart.nl pages anymore. This seems to be true for any programme I try to download, but the trace above comes from https://www.npostart.nl/het-uur-van-de-wolf/21-03-2019/VPWON_1302854 .

@dstftw dstftw closed this Mar 22, 2019
@dstftw dstftw added the DRM label Mar 22, 2019
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.