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.
[Request] Add Cablevision (Optimum) to --ap-mso #15121
Comments
|
How do I provide the account? |
|
One who wants to work on that will post here how. |
|
Was this ever merged into the main branch? I downloaded the windows exe but I can't find the Cablevision mso in the list of available mso's and it doesn't seem to work if I try to use it. |
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 2017.12.28. 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
I have Optimum (Cablevision in NYC) but it is currently not an option in the --ap-mso list.
Sample url: http://www.wetv.com/shows/mama-june-from-not-to-hot/full-episode/season-01/the-confrontation
Looking at the source code, 'Optimum' is labeled as 'Cablevision'. I attempted to add the following but i am not able to successfully authenticate.
-- adobepass.py --
,
'Cablevision': {
'name': 'Cablevision',
'username_field': 'IDToken1',
'password_field': 'IDToken2',
}
Looking at Optimum's login page, it looks like there is 3 hidden forms and the mso goes for the first one which is for hte username part. I added the following in an attempt to get it to login
After the if mso_id == 'Comcast_SSO': section, I added
When It tries to log in, i get a 401 - HTTP Error 401: Unauthorized -- Authentication Exception due to incorrect handler.
If i leave it with the original post_form then I get a HTTP Error 500: Internal Server Error
My apologies if I am rambling.