Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[adobepass] disneynow: Unable to extract POST URL directv now #20213
Comments
|
Any of the videos on disneynow that require Adobe Pass authentication result in the same error. Error occurs still with 2019.03.09 |
|
Testing further, the issue isn't with go extractor. issue is with adobepass. page that is getting back has:
''' performing a submit there seems to get back the right page/form that then needs values populated |
|
@speakerender If you email me your mso creds, I can take a look. I'd recommend changing your password first if you use that password for other accounts. My email is my username at gmail. |
|
I've actually gotten to the point of parsing the html from the logon page. It looks like ngdio was working on a solution in #17770. |
|
Here is a link to a patch that should allow directv now auth to work. |
|
I am on windows so the exe pulls from git. But that is now outdated as it uses 2019.05.20. |
|
The patch I have doesn't make an exe, you'd have to run the actual python. I've updated the branch to latest from this project.
As of right now, the current version I get from the official exe is 2019.05.20 . The branch I created is not merged into the official master branch. |
|
I am on windows so it uses the path for youtube-dl.exe |
|
|
Just tested with several videos requiring authentication for disneynow.go.com they worked just fine with the merged latest from master. (two different series). hopefully this resolves your issue as well. |
|
Having the same issue but on https://www.fxnetworks.com/fxx. Maybe all extractors need to be updated For Direttvnow? [debug] Encodings: locale cp1252, fs mbcs, out cp65001, pref cp1252 |
|
I just tried two different shows on the fxx site, and it worked without issue using my branch. The Directv Now change I made in my branch is to the authentication library (adobepass.py) this changes it for all extractors. |
|
Then why do my error codes say other wise? What os are you using and how are you running it? Am on window 8 but but not sure how you are getting yours to work. |
|
Windows 10 OS, If the authentication pages are different per user (no idea why they would be) It doesn't look like I'll be able to assist. If you haven't already, you may want to open your own issue, and perhaps someone else may be able to address your issue. |
|
I can not do python -m youtube_dl. |
|
Disney Now has changed its address to just https://disneynow.com/ |
|
For any work on this you must provide MSO credentials. |
Noob here. How am I supposed to apply this patch? I have no idea what to do to get this fix. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.03.01. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Unable to extract any videos on https://disneynow.go.com that require the adobepass. When trying to use --cookie I get an error that I need to use Adobe Pass.
Appears to be similar error to issue #18901. Issue is actually related to #17770 that reports Directv now being broken