mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-25 08:11:23 +00:00
Made youtu.be links be vieweble through NewPipe, and fixed InfoBar design.
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
android:host="m.youtube.com"
|
||||
android:scheme="https"
|
||||
android:pathPrefix="/watch"/>
|
||||
<data
|
||||
android:host="youtu.be"
|
||||
android:scheme="https"
|
||||
android:pathPrefix="/"/>
|
||||
<data
|
||||
android:host="youtu.be"
|
||||
android:scheme="http"
|
||||
android:pathPrefix="/"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".PlayVideoActivity"
|
||||
|
||||
Reference in New Issue
Block a user