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

UR Play is Broken, since at least Sept 23. #26815

Open
Minherre opened this issue Oct 6, 2020 · 1 comment
Open

UR Play is Broken, since at least Sept 23. #26815

Minherre opened this issue Oct 6, 2020 · 1 comment

Comments

@Minherre
Copy link

@Minherre Minherre commented Oct 6, 2020

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

Verbose log

[10/06/20 06:55:21] [debug] System config: []
[10/06/20 06:55:21] [debug] User config: []
[10/06/20 06:55:21] [debug] Custom config: []
[10/06/20 06:55:21] [debug] Command-line args: ['--newline', '-i', '--all-subs', '-o', 'E:\Ned\%(title)s.%(ext)s', '-v', '--ignore-config', '--hls-prefer-native', '--convert-subs', 'srt', 'https://urplay.se/program/210611-maktiga-sjoar-general-carrera-omgiven-av-anderna']
[10/06/20 06:55:21] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[10/06/20 06:55:21] [debug] youtube-dl version 2020.09.20
[10/06/20 06:55:21] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[10/06/20 06:55:21] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[10/06/20 06:55:21] [debug] Proxy map: {}
[10/06/20 06:55:21] ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))
[10/06/20 06:55:21] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 632, in _request_webpage
[10/06/20 06:55:21] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
[10/06/20 06:55:21] File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
[10/06/20 06:55:21] File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
[10/06/20 06:55:21] File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
[10/06/20 06:55:21] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\utils.py", line 2736, in https_open
[10/06/20 06:55:21] File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open
[10/06/20 06:55:21]


## Description

Exampel: 

https://urplay.se/program/210611-maktiga-sjoar-general-carrera-omgiven-av-anderna

Since at least September 23, 2020 URPLay.se is Broken.

Nothing can be picked up any longer, same Error msg with all different URLs.

Perhaps this is the same problem as it was previous with Svtplay, that was fixed then ?!

https://github.com/ytdl-org/youtube-dl/issues/26428

The Urplay.se site belongs to the same company as Svtplay's site does.
@amigatomte
Copy link

@amigatomte amigatomte commented Oct 10, 2020

This was fun.. It seems urplay.se changed quite a bit. I made this new version of youtube_dl/extractor/urplay.py that works for me:
https://pastebin.com/crUVtEJS

However, I'm new here and I've never even programmed in Python before, so code suggestions are welcome. :-)
My urplay.py only extracts Swedish subtitles as I could not find any urplay videos with subs other than Swedish to test with. If you find any, please post a link and I'll try to make an update.

This solves the #26828 issue that you will run into when you get past the SSL error.
The "urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed" error you get above is not helped by my change, but you can work around that by using the "--no-check-certificate" option until it gets fixed.

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.