Kevin O'Connor
f9d0a8cdcd
[AdobePass] Add Spectrum as an Adobe Pass provider
...
Some services no longer allow for the older services (ex.
`Charter_Direct`) to be used and just return a generic 401 response.
Going through their login flow manually, the new provider name appears to
be `Spectrum`. This provider seems to work even place of services that
still allow for `Charter_Direct` to be used.
The Spectrum login form also needs special handling since it's
dynamically loaded via JS thus we cannot simply capture the POST url and
hidden form fields. Instead we need to hardcode the POST URL and
recreate the request manually. Thankfully the SAMLRequest and RelayState
are in the HTML response.
2021-07-05 12:04:54 -04:00
Sergey M․
5ae9b8b3a3
[adobepass] Add support for AT&T U-verse (mso ATT) ( closes #13938 , closes #21016 )
2019-07-04 03:57:11 +07:00
Sergey M․
e504b09070
[adobepass] Don't pollute default headers dict
2018-09-17 22:15:27 +07:00
Sergey M․
0c7a631b61
[adobepass] Add support for ATTOTT MSO (DIRECTV NOW) ( closes #13472 )
2017-06-25 05:03:17 +07:00
Sergey M․
2d2132ac6e
[adobepass] Fix extraction on older python 2.6
2017-06-19 22:54:53 +07:00
Nii-90
daa4e9ff90
[adobepass] Add support for Brighthouse MSO
2017-05-20 20:50:46 +07:00
Remita Amine
fb8e8b2d16
[adobepass] use geo verification headers for all requests
2017-04-28 09:48:52 +01:00
Remita Amine
79a51069e5
[adobepass] improve comcast and verison login code( closes #10803 )
2017-04-12 15:19:58 +01:00
Daniel Twardowski
a9a346535b
[adobepass] Add Verizon support ( #10803 )
2017-04-12 01:18:57 -04:00
Sergey M․
febfe1e262
[adobepass] Detect and output error on authz token extraction ( #12472 )
2017-03-18 06:21:31 +07:00
Yen Chi Hsuan
af5049f128
[adobepass] Add Charter Spectrum ( #11465 )
...
Thanks @tv21 for the fix!
2017-03-02 02:15:51 +08:00
Remita Amine
890d44b005
[adobepass] add support for Time Warner Cable( closes #12191 )
2017-02-20 19:00:40 +01:00
Sergey M․
859447a28d
[adobepass] PEP 8
2016-10-21 04:38:14 +07:00
remitamine
9218a6b4f5
Merge pull request #10819 from raleeper/adobepass
...
[adobepass] Add Comcast
2016-10-19 20:16:24 +01:00
raleeper
46f6052950
[adobepass] Add Comcast with fixed _download_webpage calls
2016-10-19 09:56:26 -07:00
Déstin Reed
dcdb292fdd
Unify coding cookie
2016-10-03 23:44:29 +07:00
Remita Amine
3a5a18705f
[adobepass] add support MSO that depend on watchTVeverywhere( closes #10709 )
2016-09-21 15:57:27 +01:00
Remita Amine
c38f06818d
add support for Adobe Pass auth in tbs,tnt and trutv extractors( fixes #10642 )( closes #10222 )( closes #10519 )
2016-09-20 11:55:30 +01:00
Sergey M․
1dec2c8a0e
[adobepass] Change mvpd cache section name
...
In order to better emphasize it's relation to Adobe Pass
2016-09-15 22:47:45 +07:00
Remita Amine
797c636bcb
[ap] improve adobe pass names and parse error handling
2016-09-14 18:58:47 +01:00
Remita Amine
5712c0f426
[adobepass] remove unnecessary option
2016-09-14 16:37:21 +01:00
Remita Amine
1b6712ab23
[adobepass] add specific options for adobe pass authentication
...
- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers
2016-09-13 22:16:01 +01:00
Sergey M․
8414c2da31
[adobepass] PEP 8
2016-09-13 23:22:16 +07:00
Remita Amine
7a7309219c
[adobepass] add an option to specify mso_id and support for ROGERS TV Provider( closes #10606 )
2016-09-12 23:39:35 +01:00
Remita Amine
6150502e47
[adobepass] check for authz_token expiration( #10527 )
2016-09-01 22:29:20 +01:00
Sergey M․
fb64adcbd3
[adobepass] PEP 8
2016-08-16 04:45:21 +07:00
Remita Amine
818ac213eb
[adobepass] add IE suffix to the extractor and remove duplicate constant
2016-08-15 21:36:34 +01:00
Remita Amine
525e0316c0
[adobepass] fix check for pendingLogout errors
2016-08-14 21:25:43 +01:00
Remita Amine
7e60ce9cf7
[adobepass] clear cache in case of pendingLogout errors
2016-08-14 21:24:33 +01:00
Remita Amine
1fd6e30988
[adobepass] create separate class for adobe pass authentication
2016-08-14 18:04:50 +01:00