-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
[adobepass] add verizon_hba mso and verizon saml improvements #14363
Conversation
this is needed for disney jr now as well |
Any reason this isn't merged yet? It fixes Verizon login for me. |
@rg3 Could you consider merging this? It's a very simple addition that fixes several popular sites for Verizon users. |
Pinging the current maintainers: @dstftw |
I merged this PR into master locally and confirmed that it does work for Turner services (e.g., TBS, Adult Swim). Haven't tested other streaming services yet. |
It's needed for truTV I found out last week.
…Sent from my iPhone
On Apr 26, 2018, at 03:47, Paul Buonopane ***@***.***> wrote:
I merged this PR into master locally and confirmed that it does work for Turner services (e.g., TBS, Adult Swim). Haven't tested other streaming services yet.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I'm a big fan of YouTube-dl and hit this as well --- I applied this PR a while back and it started failing again about 8/25. I'm not very familiar with Python, but I took the liberty of investigating and fixing the recent problems I observed while trying to extract TBS and A&E content with YouTube-DL via Verizon credentials. Many thanks to @SkiTheSlicer for the original work around this. https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0 Basically:
I'd love help in getting these changes merged back into the main branch if possible. |
I unfortunately don't have Verizon FiOS TV services anymore to test any changes. I wouldn't feel comfortable updating this PR without it. Hopefully someone else out there with credentials is able to work it out with you. |
Could someone please help update this and get it into mainline? If needed I can provide a temp verizon login... |
BTW The update from @ParadoxGBB is letting me download from https://disneynow.go.com with Verizon. I have not tried TBS. |
…Pass, fixes #14586 and #14363
Please follow the guide below
x
into all the boxes [ ] relevant to your pull request (like that [x])Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
Turner extractors (AdultSwim, TNT, TBS, etc) use "Verizon_HBA" instead of "Verizon" as the MSO name, though the credentials are the same.
Also, I've encountered some additional login pipelines that are used by providers such as USA that have given me problems. This appears to also be flagged as issue #13848.