1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-01-07 13:47:54 +01:00

Add support for FuboTV as AdobePass provider

This commit is contained in:
Tony Izzo 2020-09-02 18:52:17 -04:00
parent 6084217435
commit 5bda5abae8

View File

@ -20,6 +20,11 @@ from ..utils import (
MSO_INFO = {
'FuboTV': {
'name': 'FuboTV',
'username_field': 'username',
'password_field': 'password',
},
'DTV': {
'name': 'DIRECTV',
'username_field': 'username',