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

Error downloading video files from servustv.com #26967

Closed
5 tasks done
johunb opened this issue Oct 22, 2020 · 4 comments
Closed
5 tasks done

Error downloading video files from servustv.com #26967

johunb opened this issue Oct 22, 2020 · 4 comments

Comments

@johunb
Copy link

johunb commented Oct 22, 2020

Checklist

  • [ x] I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

C:\Program Files (x86)\youtube-dl>youtube-dl -v https://www.servustv.com/videos/aa-24h32f4jd1w12/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.servustv.com/videos/aa-24h32f4jd1w12/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.09.20
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg 4.3.1
[debug] Proxy map: {}
[Servus] AA-24H32F4JD1W12: Downloading webpage
[Servus] AA-24H32F4JD1W12: Downloading m3u8 information
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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\servus.py", line 61, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 1359, in _sort_formats
youtube_dl.utils.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

WRITE DESCRIPTION HERE
Downloading video files from servustv.com is not possible with latest version. E.g.: https://www.servustv.com/videos/aa-24h32f4jd1w12/

@mittern-8
Copy link

mittern-8 commented Oct 22, 2020

me too!
verbose.log

Roll back to older versions of youtube-dl doesn't help

Edit_#2
Perhaps the problem is related to a new server - LiiiFt.io - used by ServusTV for the content?
/Edit_#2

Issues with e.g.
https://www.servustv.com/videos/aa-1yqgz6v452112/
https://www.servustv.com/videos/1393234154884-612144188/
https://www.servustv.com/videos/aa-24dsn9qvn1w12/
https://www.servustv.com/videos/aa-251rfpu411w12/
https://www.servustv.com/videos/aa-21tptw7nh2112/
https://www.servustv.com/videos/aa-22hj97qsn2112/

EDIT_#1
No issues downloading those files with jDownloader2 (using the same URLs)
EDIT_#1

Other files still work flawless with youtube-dl_v2020.09.20, e.g.
https://www.servustv.com/videos/aa-1v5tzf3nh1w12/
https://www.servustv.com/videos/aa-1qg79tj9n2112/
https://www.servustv.com/videos/aa-24n7yac352112/

@johunb
Copy link
Author

johunb commented Oct 22, 2020

Workaround: Install Video DownloadHelper for your Browser, grab path to the right m3u8-file and use youtube-dl to download mp4 ... works fine!
It seems youtube-dl doesn't find the right m3u8-file.

@mittern-8
Copy link

mittern-8 commented Oct 23, 2020


[...] grab path to the right m3u8-file and use youtube-dl to download mp4 ... works fine!
It seems youtube-dl doesn't find the right m3u8-file.

But how to find the path to the right m3u8 than?
That's one of the main reasons why I use youtube-dl: because it usually can extract the right path to the m3u8-file using the cmd-line-arg "-g"- even though (for whatever reason) the player-interface is missing on the ServusTV-site.

@johunb
Copy link
Author

johunb commented Oct 23, 2020

Yea, that's the question? If you look at the source code of the ServusTV-site the video is embedded you can only find the path to the fake m3u8-file ...
But JDowloader 2 or Video DownloadHelper does the trick ...

@LetsMelon LetsMelon mentioned this issue Nov 16, 2020
3 tasks
@dstftw dstftw closed this as completed in a80b23c Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants