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 Adobe Pass Auth TV provider Frontier Communications #11867

Open
SonnyJim66 opened this issue Jan 28, 2017 · 4 comments
Open

Add support for Adobe Pass Auth TV provider Frontier Communications #11867

SonnyJim66 opened this issue Jan 28, 2017 · 4 comments

Comments

@SonnyJim66
Copy link

@SonnyJim66 SonnyJim66 commented Jan 28, 2017

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.01.28. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.01.28

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Description of your issue, suggested solution and other information

Would like to request support for Frontier Communications as an Adobe Pass MSO option. I believe the MSO ID is FRONTIER.

@kingkenrod
Copy link

@kingkenrod kingkenrod commented Jul 22, 2017

I was able to get Frontier working by just adding an entry for Frontier in adobepass.py. This is what I did:

Fork the respository and checkout the source (see https://github.com/rg3/youtube-dl/blob/master/README.md#developer-instructions)
Edit extractor/adobepass.py, adding this entry under MSO_INFO:

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

Saved it and ran a test download like this:

python -m youtube_dl --ap-mso FRONTIER --ap-username myuser --ap-password mypassword http://www.trutv.com/full-episodes/im-sorry/2128654/index.html

My Frontier credentials worked and downloaded the video.

I then deleted the username_field and password_field lines from the FRONTIER entry in adobepass.py and the download still worked. So it looks like these entries are not necessary.

@BeefTater
Copy link

@BeefTater BeefTater commented Sep 24, 2017

If possible this would be a great addition to the MSO list. I wouldn't have this need if Verizon hadn't sold us all off in CA, FL, and TX. :(

@AarynSmith AarynSmith mentioned this issue Sep 26, 2017
4 of 8 tasks complete
@albino1
Copy link

@albino1 albino1 commented May 21, 2018

I'd just like to bump this in the hopes that Frontier can get added. It's a Top 10 US cable provider since aquiring a large portion of the Verizon FiOS customer base, and should really be supported.

If you look at the master MSO lists they all say the MSO ID is FRONTIER. For example, here's ESPN:

<provider>
  <id>FRONTIER</id>
  <websiteURL>http://frontier.com/</websiteURL>
  <displayName>Frontier Communications</displayName>
</provider>

http://www.espn.com/watchespn/feeds/adobepassProviders

And from Adobe themselves:

<mvpd>
  <id visible="true">FRONTIER</id>
  <displayName visible="true">Frontier Communications</displayName>
  <logoUrl visible="true">https://tveverywhere.clearleap.com/cltve/subscriberPortal/showLogo/101</logoUrl>
  <foregroundLogout>true</foregroundLogout>
  <authPerAggregator>false</authPerAggregator>
  <iFrameRequired visible="true">false</iFrameRequired>
  <isProxy visible="true">true</isProxy>
</mvpd>

https://sp.auth.adobe.com/adobe-services/config/olychannel?_=1515530648253&noflash=true

If a testing account is absolutely necessary to get it to work I can provide a temporary one to an actual youtube-dl dev.

@Kaihogan
Copy link

@Kaihogan Kaihogan commented Sep 29, 2019

bumping yet again as this was posted 2017, bumped 2018 and yet near the need of 2019 we are still waiting for it to be added. Frontier Communications is a top 10 provider and those of us that were stuck with it really need to to be added.

@ytdl-org ytdl-org locked and limited conversation to collaborators Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.