Fix delegated sources trying to always open in SY, even with links SY doesnt support

This commit is contained in:
Jobobby04 2020-10-26 14:53:48 -04:00
parent 05269c557d
commit 105302aa7b

View File

@ -278,29 +278,27 @@
<!-- HBrowse -->
<data
android:host="www.hbrowse.com"
android:pathPrefix="/"
android:scheme="http" />
<data
android:host="www.hbrowse.com"
android:pathPrefix="/"
android:scheme="https" />
<!-- MangaDex -->
<data
android:host="mangadex.org"
android:pathPattern="\/(title|manga)\/"
android:pathPattern="/(title|manga)/..*"
android:scheme="http" />
<data
android:host="mangadex.org"
android:pathPattern="\/(title|manga)\/"
android:pathPattern="/(title|manga)/..*"
android:scheme="https" />
<data
android:host="www.mangadex.org"
android:pathPattern="\/(title|manga)\/"
android:pathPattern="/(title|manga)/..*"
android:scheme="http" />
<data
android:host="www.mangadex.org"
android:pathPattern="\/(title|manga)\/"
android:pathPattern="/(title|manga)/..*"
android:scheme="https" />
</intent-filter>
</activity>