Dank icon indicating copy to clipboard operation
Dank copied to clipboard

Support for third party YouTube client

Open SubhrajyotiSen opened this issue 5 years ago • 2 comments

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?

SubhrajyotiSen avatar Apr 07 '19 16:04 SubhrajyotiSen

Sounds good. Do you want to send a PR?

saket avatar Apr 10 '19 18:04 saket

Are there any plans for a future update?

zoj613 avatar May 25 '19 07:05 zoj613