Closed tv21 closed 4 years ago
Oh! Is this the patch that was never merged into the original? That PR seemed to be open forever. I got tired of waiting and manually changed mine and built it.
I'm at work right now, but I'll check this out later. I never did understand why it was never merged into the original.
Yes it is, and I also have no idea why they just kept ignoring it because it has worked great if you know how to patch it yourself.
Do you have an example URL I can confirm with? I looked around trying to find one I knew wouldn't work and I couldn't find one.
I could never get Comcast login to work with Discovery Channel sites. Cookies work but they expire after a half hour.
Example URL: https://go.discovery.com/tv-shows/dino-hunters/full-episodes/nano-or-t-rex
There were numerous issues posted about this on both this and the official repo before they got yanked. Thank you for putting this up. I cannot wait for adobepass to work again
Sorry for the late reply, the reason Adobe Pass doesn't for for Discovery is because the discovery extractor code has no mention of the adobe pass code. I'm pretty busy with life and work, but I'll plug away at trying to get this working.
Is there a pull request for this? I'm not a python coder, so I can't assist on this one
Is there a pull request for this? I'm not a python coder, so I can't assist on this one
I'll get a PR for this, I was looking to fix Discovery as well, but it looks like it'll be a bit of an overhaul since the way it's written is pretty heavily dependent upon cookies.
As it sits, Only a handful of extractors make use of the ap-mso flag. Discovery would likely need a bit of a rewrite to correctly leverage the authentication method, and not just cookies.
I'm curious if @merval knows why this may fail off network.
The issue is that if you are an Xfinity customer and you try to use youtube-dl while on your home Xfinity connection (in other words you are not trying to log in through some other ISP) it will not allow you to login unless it completes its auto-login sequence. This 8 line fix allows that and has worked fine for a year and a half now, it was originally posted in a comment on a related issue on the other site, but for some inexplicable reason was never added to the main program. This is the output of the diff command comparing the original adobepass.py to the patched one, as you can see there are only 8 lines to be added (6 if you don't count the comments):
I should clarify that I did not write this patch, just copied it from a comment/submission on the original project.