Skip to content

Commit 6bcc869

Browse files
authored
handle links to the PeerTube instance “peertube.stream”
also sort the lines, because it will quickly become a mess otherwise
1 parent 6cf13ed commit 6bcc869

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,15 +357,16 @@
357357
<data android:host="eduvid.org" />
358358
<data android:host="framatube.org" />
359359
<data android:host="media.assassinate-you.net" />
360+
<data android:host="media.fsfe.org" />
360361
<data android:host="peertube.co.uk" />
361362
<data android:host="peertube.cpy.re" />
362-
<data android:host="peertube.mastodon.host" />
363363
<data android:host="peertube.fr" />
364+
<data android:host="peertube.mastodon.host" />
365+
<data android:host="peertube.stream" />
366+
<data android:host="skeptikon.fr" />
364367
<data android:host="tilvids.com" />
365-
<data android:host="video.ploud.fr" />
366368
<data android:host="video.lqdn.fr" />
367-
<data android:host="skeptikon.fr" />
368-
<data android:host="media.fsfe.org" />
369+
<data android:host="video.ploud.fr" />
369370

370371
<data android:pathPrefix="/videos/" /> <!-- it contains playlists -->
371372
<data android:pathPrefix="/w/" /> <!-- short video URLs -->

0 commit comments

Comments
 (0)