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:
parent
6084217435
commit
5bda5abae8
@ -20,6 +20,11 @@ from ..utils import (
|
||||
|
||||
|
||||
MSO_INFO = {
|
||||
'FuboTV': {
|
||||
'name': 'FuboTV',
|
||||
'username_field': 'username',
|
||||
'password_field': 'password',
|
||||
},
|
||||
'DTV': {
|
||||
'name': 'DIRECTV',
|
||||
'username_field': 'username',
|
||||
|
Loading…
Reference in New Issue
Block a user