Open sufr3ak opened 4 years ago
Ditto.
I am not exactly sure where the error is here as I haven't dealt with adobepass so far.
@sufr3ak are you still experiencing this issue? There is a commit that may will help. Next release will come out soon.
I downloaded 2020.09.30 release. Still has the same issue. (The error appears to be the same with the same verbose responses - the line numbers are different but I am guessing this is just due to code revisions rather than being something new.)
The issue is still there with the 2020.10.09 release.
I started tweaking the code to get the output of the post_url page, and it appears I'm being auto-logged in but nothing is catching it:
`
Access to this experience is an added benefit of your Xfinity TV service.
`Thanks for taking a look at it. If you just want to scratch the itch of resolving it, please do! However, FWIW, I have gotten around this issue in newer releases of yt-dlc by using cookies. I have no developing ability so I could not tell you what change fixed it, since in the past cookies did not work either.
I log in to whatever site (sometimes need to sign out and sign back in) before generating the cookies file. I then use this syntax (also works with single links):
youtube-dlc --ap-mso=Comcast_SSO --ap-username [comcast username] --ap-password [comcast password] --cookies cookies.txt --batch-file links.txt --ignore-errors
(sufr3ak and I appeared to be the only ones participating on this project as well as OG yt-dl, and we sorted it out over there before the issue was...closed as a duplicate without any interaction from the developers. Surprising I know.)
Sadly that seems to be a common thread over there. :(
I was looking at it earlier but had other stuff I needed to get done. I'll have to familiarize myself with that code to see if I can figure it out. Using cookies works because it just injects the cookie data into request, which bypasses the need to authenticate.
Checklist
Verbose log
Description
When using the tool off the providers network, a 401 error is produced. When on their network, a "ERROR: Unable to extract post url; " is generated.
https://github.com/ytdl-org/youtube-dl/issues/26558#issue-696714081