youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 890d44b005c3073442064a847f2e0204619a8b47
parent 6926304472d4598f095abc7115ca0f36068271d5
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon, 20 Feb 2017 19:00:06 +0100

[adobepass] add support for Time Warner Cable(closes #12191)

Diffstat:
Myoutube_dl/extractor/adobepass.py | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/adobepass.py b/youtube_dl/extractor/adobepass.py @@ -31,6 +31,11 @@ MSO_INFO = { 'username_field': 'user', 'password_field': 'passwd', }, + 'TWC': { + 'name': 'Time Warner Cable | Spectrum', + 'username_field': 'Ecom_User_ID', + 'password_field': 'Ecom_Password', + }, 'thr030': { 'name': '3 Rivers Communications' },