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

AMC - Unable to extract media URL #24242

Closed
jsmith1299 opened this issue Mar 4, 2020 · 4 comments
Closed

AMC - Unable to extract media URL #24242

jsmith1299 opened this issue Mar 4, 2020 · 4 comments
Labels

Comments

@jsmith1299
Copy link

@jsmith1299 jsmith1299 commented Mar 4, 2020

Checklist

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

youtube-dl.exe --no-cache-dir https://www.amc.com/shows/better-call-saul/full-episodes/season-05/episode-01/magic-man -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--no-cache-dir', 'https://www.amc.com/shows/better-call-saul/full-episodes/season-05/episode-01/magic-man', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.03.01
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-93302-g147ef1d947, ffprobe N-93302-g147ef1d947
[debug] Proxy map: {}
[AMCNetworks] magic-man: Downloading webpage
ERROR: Unable to extract media url; 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\tmpavop71lg\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\amcnetworks.py", line 68, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\common.py", line 1005, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract media url; 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.E

Description

Unable to retrieve any AMC URLS

@darkhelmet2016
Copy link

@darkhelmet2016 darkhelmet2016 commented Mar 4, 2020

Have you tried logging in? Some sites will not extract information for shows unless you are logged in to your subscription.

@remitamine remitamine closed this Mar 4, 2020
@remitamine remitamine added the duplicate label Mar 4, 2020
@jsmith1299
Copy link
Author

@jsmith1299 jsmith1299 commented Mar 5, 2020

@darkhelmet2016 shouldn't that throw a cookie error if I had to login? In any case I did that as well and still same error:

youtube-dl.exe --cookies a.txt https://www.amc.com/shows/better-call-saul/full-episodes/season-05/episode-01/magic-man -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--cookies', 'a.txt', 'https://www.amc.com/shows/better-call-saul/full-episodes/season-05/episode-01/magic-man', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.03.01
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-93302-g147ef1d947, ffprobe N-93302-g147ef1d947
[debug] Proxy map: {}
[AMCNetworks] magic-man: Downloading webpage
ERROR: Unable to extract media url; 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\tmpavop71lg\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\common.py", line 530, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\amcnetworks.py", line 68, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\common.py", line 1005, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract media url; 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.

@darkhelmet2016
Copy link

@darkhelmet2016 darkhelmet2016 commented Mar 5, 2020

Think it would give an error either or since some sites only work with cookie login in or adobe sign in. But for cookies to even work it still has to have the file path of the cookie text.

@jsmith1299
Copy link
Author

@jsmith1299 jsmith1299 commented Mar 6, 2020

I tried the cookie and that didn't work. Are you able to get the stream download to work?

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.