Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FuboTV as AdobePass provider #26488

Open
tony-izzo opened this issue Aug 31, 2020 · 1 comment · May be fixed by #26514
Open

Add support for FuboTV as AdobePass provider #26488

tony-izzo opened this issue Aug 31, 2020 · 1 comment · May be fixed by #26514
Labels

Comments

@tony-izzo
Copy link

@tony-izzo tony-izzo commented Aug 31, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.07.28
  • I've searched the bugtracker for similar feature requests including closed ones

Description

WRITE DESCRIPTION HERE

Request to add support for Fubo TV as an AdobePass provider. I was able to implement this in a local branch by adding the following entry to MSO_INFO in youtube_dl/extractor/adobepass.py:

    'FuboTV': {
        'name': 'FuboTV',
        'username_field': 'username',
        'password_field': 'password',
    },

This can be tested by passing --ap-mso FuboTV along with a corresponding username/password (or adding the appropriate flags to ~/.config/youtube/youtube-dl/config).

@tony-izzo tony-izzo added the request label Aug 31, 2020
@tony-izzo
Copy link
Author

@tony-izzo tony-izzo commented Aug 31, 2020

Note that I used #13938 (which added similar support for AT&T) as a model for my proposed change above.

@tony-izzo tony-izzo linked a pull request that will close this issue Sep 2, 2020
5 of 9 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.