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

A and E Networks (ie: A&E, Lifetime, etc) is broken #24065

Closed
roadzy opened this issue Feb 17, 2020 · 1 comment
Closed

A and E Networks (ie: A&E, Lifetime, etc) is broken #24065

roadzy opened this issue Feb 17, 2020 · 1 comment
Labels

Comments

@roadzy
Copy link

@roadzy roadzy commented Feb 17, 2020

Checklist

  • [X ] I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.02.16
  • 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

Output from lifetime

youtube-dl https://play.mylifetime.com/shows/surviving-r-kelly/season-2/episode-1 --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://play.mylifetime.com/shows/surviving-r-kelly/season-2/episode-1', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.7.2 (CPython) - Linux-3.10.0-1062.12.1.el7.x86_64-x86_64-with-centos-7.7.1908-Core
[debug] exe versions: ffmpeg 4.2, ffprobe 4.2
[debug] Proxy map: {}
[generic] episode-1: Requesting header
WARNING: Falling back on generic information extractor.
[generic] episode-1: Downloading webpage
[generic] episode-1: Extracting information
ERROR: Unsupported URL: https://play.mylifetime.com/shows/surviving-r-kelly/season-2/episode-1
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/generic.py", line 3350, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://play.mylifetime.com/shows/surviving-r-kelly/season-2/episode-1

Output from A&E

youtube-dl https://play.aetv.com/specials/warren-jeffs-prophet-of-evil/full-special --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://play.aetv.com/specials/warren-jeffs-prophet-of-evil/full-special', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.7.2 (CPython) - Linux-3.10.0-1062.12.1.el7.x86_64-x86_64-with-centos-7.7.1908-Core
[debug] exe versions: ffmpeg 4.2, ffprobe 4.2
[debug] Proxy map: {}
[generic] full-special: Requesting header
WARNING: Falling back on generic information extractor.
[generic] full-special: Downloading webpage
[generic] full-special: Extracting information
ERROR: Unsupported URL: https://play.aetv.com/specials/warren-jeffs-prophet-of-evil/full-special
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/generic.py", line 3350, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://play.aetv.com/specials/warren-jeffs-prophet-of-evil/full-special

Description

I'm guessing they changed the format of their url and changing it to be play.lifetime.com. Same goes for A&E. Just a guess. My understanding is that you do not need creds to play the video. If they are needed, I can provide them.

@roadzy roadzy changed the title Lifetime is broken A and E Networks (ie: A&E, Lifetime, etc) is broken Feb 17, 2020
@remitamine remitamine closed this Feb 17, 2020
@roadzy
Copy link
Author

@roadzy roadzy commented May 7, 2020

@remitamine can you confirm that mine is a duplicate of this one? #23363

@killinj
Copy link

@killinj killinj commented May 7, 2020

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
3 participants
You can’t perform that action at this time.