mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-08 14:17:54 +01:00
Add support for FuboTV as AdobePass provider
This commit is contained in:
parent
6084217435
commit
5bda5abae8
@ -20,6 +20,11 @@ from ..utils import (
|
|||||||
|
|
||||||
|
|
||||||
MSO_INFO = {
|
MSO_INFO = {
|
||||||
|
'FuboTV': {
|
||||||
|
'name': 'FuboTV',
|
||||||
|
'username_field': 'username',
|
||||||
|
'password_field': 'password',
|
||||||
|
},
|
||||||
'DTV': {
|
'DTV': {
|
||||||
'name': 'DIRECTV',
|
'name': 'DIRECTV',
|
||||||
'username_field': 'username',
|
'username_field': 'username',
|
||||||
|
Loading…
Reference in New Issue
Block a user