Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Support for third party YouTube client #16

Open
SubhrajyotiSen opened this issue Apr 7, 2019 · 2 comments
Open

Support for third party YouTube client #16

SubhrajyotiSen opened this issue Apr 7, 2019 · 2 comments

Comments

@SubhrajyotiSen
Copy link
Contributor

The current deep link package checker implementation checks for the official YouTube app being present. Many users might use third-party clients/MODs.
An Intent for those can be fired using startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube://"+Video_Id))); as a fallback if YouTube app is not installed.

What are your thoughts on this?

@saket
Copy link
Owner

saket commented Apr 10, 2019

Sounds good. Do you want to send a PR?

@zoj613
Copy link

zoj613 commented May 25, 2019

Are there any plans for a future update?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants