Skip to content

Commit

Permalink
Removed HookTube
Browse files Browse the repository at this point in the history
  • Loading branch information
drogga authored and gzsombor committed Jul 11, 2024
1 parent a481305 commit ea50486
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/src/extra/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,6 @@
<data android:scheme="vnd.youtube.launch"/>
</intent-filter>

<!-- Hooktube filter -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>

<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>

<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="hooktube.com"/>
<data android:host="*.hooktube.com"/>
<!-- video prefix -->
<data android:pathPrefix="/v/"/>
<data android:pathPrefix="/embed/"/>
<data android:pathPrefix="/watch"/>
<!-- channel prefix -->
<data android:pathPrefix="/channel/"/>
<data android:pathPrefix="/user/"/>
</intent-filter>

<!-- Invidious filter -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
Expand Down

0 comments on commit ea50486

Please sign in to comment.