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

spiegel.tv is brocken again #16584

Closed
mschilling007 opened this issue May 30, 2018 · 1 comment
Closed

spiegel.tv is brocken again #16584

mschilling007 opened this issue May 30, 2018 · 1 comment
Labels

Comments

@mschilling007
Copy link

@mschilling007 mschilling007 commented May 30, 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.05.26. 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.05.26

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 ```):

ms@v-deb8:/data/videos$ youtube-dl -v --list-formats http://www.spiegel.tv/videos/1532350-magazin-vom-27052018
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'--list-formats', u'http://www.spiegel.tv/videos/1532350-magazin-vom-27052018']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.05.26
[debug] Python version 2.7.9 (CPython) - Linux-3.16.0-6-686-pae-i686-with-debian-8.10
[debug] exe versions: ffmpeg N-51684-gdf2ce13-static, rtmpdump 2.4
[debug] Proxy map: {}
[Nexx] 1532350: Downloading JSON metadata
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 472, in main
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 462, in _real_main
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in download
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 864, in process_ie_result
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 500, in extract
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/nexx.py", line 229, in _real_extract
AssertionError
ms@v-deb8:/data/videos$ 

Description of your issue, suggested solution and other information

My last successful download with youtube-dl from spiegel.tv was on 2018-05-23. I realized a change. It was possible to download the video with a single invocation of youtube-dl:

youtube-dl --output 'SPIEGEL.TV - Verkehrsrisiko Rentner.mp4' --format azure-http-1500 --ffmpeg-location /usr/local/opt/ffmpeg-static `http://www.spiegel.tv/videos/149746-verkehrsrisiko-rentner

Beforehand I had to download video and audio stream separately and multiplex with ffmpeg, for example:

youtube-dl --output '30 Jahre Spiegel TV.mpa' --format azure-hls-138  --ffmpeg-location /usr/local/opt/ffmpeg-static http://www.spiegel.tv/videos/1528233-30-jahre-spiegel-tv-nah-dran-investigativ-authentisch
youtube-dl --output '30 Jahre Spiegel TV.mpv' --format azure-hls-1676 --ffmpeg-location /usr/local/opt/ffmpeg-static http://www.spiegel.tv/videos/1528233-30-jahre-spiegel-tv-nah-dran-investigativ-authentisch
ffmpeg -i '30 Jahre Spiegel TV.mpa' -i '30 Jahre Spiegel TV.mpv' -c copy '30 Jahre Spiegel TV.mp4'
@remitamine
Copy link
Collaborator

@remitamine remitamine commented May 30, 2018

Duplicate of #16538.

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.