[Go] Abc.com giving Adobe Pass error
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dl version 2020.05.08
- 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
$ /usr/local/bin/youtube-dl -v https://abc.com/shows/general-hospital/episode-guide/2020-04/30-general-hospital-43020
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://abc.com/shows/general-hospital/episode-guide/2020-04/30-general-hospital-43020']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.05.08
[debug] Python version 2.7.18rc1 (CPython) - Linux-5.4.0-29-generic-x86_64-with-Ubuntu-20.04-focal
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2, rtmpdump 2.4
[debug] Proxy map: {}
[Go] 30-general-hospital-43020: Downloading webpage
[Go] VDKA0_uixgx8ru: Downloading JSON metadata
ERROR: This video is only available for users of participating TV providers. Use --ap-mso to specify Adobe Pass Multiple-system operator Identifier and --ap-username and --ap-password or --netrc to provide account credentials.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/go.py", line 187, in _real_extract
url, video_id, requestor_id, resource)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/adobepass.py", line 1414, in _extract_mvpd_auth
raise_mvpd_required()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/adobepass.py", line 1379, in raise_mvpd_required
'and --ap-username and --ap-password or --netrc to provide account credentials.', expected=True)
ExtractorError: This video is only available for users of participating TV providers. Use --ap-mso to specify Adobe Pass Multiple-system operator Identifier and --ap-username and --ap-password or --netrc to provide account credentials.
Description
I regularly download General Hospital from Abc.com. This worked fine on 5/6/20, but failed yesterday. I updated to the 5/8/20 release of youtube-dl, but that didn’t fix the problem. Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:11
Top Results From Across the Web
Solve Adobe account sign-in issues
Trouble signing into your Adobe account? Find simple solutions to common sign-in issues. Forgot your Adobe password?
Read more >Authorization Error 400-2 on locked content or live streaming
To resolve this type of error, try the following steps: From the ABC app, tap "Account"; Tap "Sign Out" under your TV provider...
Read more >Why can't I sign in to my ABC Account?
Once you have confirmed your username or email address, try resetting your password: Go to the Account section of the app or site...
Read more >ABC.com
What if I forgot my TV provider username or password? ... Authorization Error 400-2 on locked content or live streaming ... Give us...
Read more >Signing in to current TV provider - ABC
Launch the ABC app and select Account; In the Account menu, select TV Provider and click the Sign In button; Once you have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can confirm that #25216 fixes this problem. Thanks!
Sorry @magnum32 , I don’t have any experience with Youtube-DL Gui. I couldn’t figure out how to extract and re-compile the Windows executable, I ended up just downloading the source code, making the change myself, and then running the python file to verify the fix.