Skip to content

Commit

Permalink
Added new supported links
Browse files Browse the repository at this point in the history
  • Loading branch information
drogga authored May 6, 2024
1 parent a47786d commit dbf0e5b
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 @@ -106,10 +106,14 @@
<data android:host="youtube.com" />
<data android:host="m.youtube.com" />
<data android:host="www.youtube.com" />
<data android:host="music.youtube.com" />
<!-- video prefix -->
<data android:pathPrefix="/v/" />
<data android:pathPrefix="/embed/" />
<data android:pathPrefix="/watch" />
<data android:pathPrefix="/shorts/" />
<data android:pathPrefix="/live/" />
<data android:pathPrefix="/podcasts/" />
<data android:pathPrefix="/attribution_link" />
<!-- channel prefix -->
<data android:pathPrefix="/channel/" />
Expand Down

0 comments on commit dbf0e5b

Please sign in to comment.