Skip to content

Commit

Permalink
[YouTube] Support channel handles
Browse files Browse the repository at this point in the history
In a web browser click on link with 'handle URL' in a form of youtube.com/@[handle_ID]

Use leanback feature
  • Loading branch information
ShareASmile committed Nov 10, 2024
1 parent 4bd56bd commit 5bfcf02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="false" />

<application
android:name=".App"
Expand Down Expand Up @@ -169,6 +172,7 @@
<data android:pathPrefix="/channel/" />
<data android:pathPrefix="/user/" />
<data android:pathPrefix="/c/" />
<data android:pathPrefix="/@" />
<!-- playlist prefix -->
<data android:pathPrefix="/playlist" />
</intent-filter>
Expand Down

0 comments on commit 5bfcf02

Please sign in to comment.