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

svtplay.se broken #28876

Closed
5 tasks done
Adriyst opened this issue Apr 26, 2021 · 2 comments
Closed
5 tasks done

svtplay.se broken #28876

Adriyst opened this issue Apr 26, 2021 · 2 comments

Comments

@Adriyst
Copy link

Adriyst commented Apr 26, 2021

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.04.26
  • 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 issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.svtplay.se/video/30684086/rapport/rapport-24-apr-18-00-7?id=e72gVpa', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.04.26
[debug] Python version 3.9.4 (CPython) - Linux-5.11.16-200.fc33.x86_64-x86_64-with-glibc2.32
[debug] exe versions: ffmpeg 4.3.2, ffprobe 4.3.2
[debug] Proxy map: {}
[debug] Using fake IP 78.72.145.167 (SE) as X-Forwarded-For.
[SVTPlay] 30684086: Downloading webpage
[SVTPlay] jv1NoQE: Downloading JSON metadata
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper
    return func(self, *args, **kwargs)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 827, in __extract_info
    ie_result = ie.extract(url)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/extractor/svt.py", line 270, in _real_extract
    info_dict = self._extract_by_video_id(svt_id, webpage)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/extractor/svt.py", line 212, in _extract_by_video_id
    info_dict = self._extract_video(data, video_id)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/extractor/svt.py", line 53, in _extract_video
    self._sort_formats(formats)
  File "/home/adrian/.local/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 1374, in _sort_formats
    raise ExtractorError('No video formats found')
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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

This has worked up until very recently. There were some problems about a month ago that were seemingly solved.

@ijbh
Copy link

ijbh commented Apr 27, 2021

I just want to add that the problem seems to be unique for some shows that have a list of episodes. If a show only has one "episode" (like if it's a movie) then everything seems to be working. Like this link for example. But for a show like this one, no episode is downloadable. I have also seen shows where some episodes are downloadable and some are not.

@dstftw dstftw closed this as completed in d2f72c4 May 1, 2021
@ijbh
Copy link

ijbh commented May 1, 2021

It is working now. Thank you!! :)

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