Revert "Deeplink using pathPattern instead of pathPrefix"
This reverts commit 8e03375664820d87412323aee0545ff75a6b2dd6.
This commit is contained in:
parent
bbc70801db
commit
dfabe1d2fa
@ -186,39 +186,39 @@
|
|||||||
<!-- EH -->
|
<!-- EH -->
|
||||||
<data
|
<data
|
||||||
android:host="g.e-hentai.org"
|
android:host="g.e-hentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="g.e-hentai.org"
|
android:host="g.e-hentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="e-hentai.org"
|
android:host="e-hentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="e-hentai.org"
|
android:host="e-hentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- EXH -->
|
<!-- EXH -->
|
||||||
<data
|
<data
|
||||||
android:host="exhentai.org"
|
android:host="exhentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="exhentai.org"
|
android:host="exhentai.org"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- nhentai -->
|
<!-- nhentai -->
|
||||||
<data
|
<data
|
||||||
android:host="nhentai.net"
|
android:host="nhentai.net"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="nhentai.net"
|
android:host="nhentai.net"
|
||||||
android:pathPattern="/g/.*"
|
android:pathPrefix="/g/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- Perv Eden -->
|
<!-- Perv Eden -->
|
||||||
@ -244,47 +244,47 @@
|
|||||||
<!-- Tsumino -->
|
<!-- Tsumino -->
|
||||||
<data
|
<data
|
||||||
android:host="www.tsumino.com"
|
android:host="www.tsumino.com"
|
||||||
android:pathPattern="/Book/Info/.*"
|
android:pathPrefix="/Book/Info/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="www.tsumino.com"
|
android:host="www.tsumino.com"
|
||||||
android:pathPattern="/Book/Info/.*"
|
android:pathPrefix="/Book/Info/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="www.tsumino.com"
|
android:host="www.tsumino.com"
|
||||||
android:pathPattern="/Read/View/.*"
|
android:pathPrefix="/Read/View/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="www.tsumino.com"
|
android:host="www.tsumino.com"
|
||||||
android:pathPattern="/Read/View/.*"
|
android:pathPrefix="/Read/View/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- Hitomi.la -->
|
<!-- Hitomi.la -->
|
||||||
<data
|
<data
|
||||||
android:host="hitomi.la"
|
android:host="hitomi.la"
|
||||||
android:pathPattern="/galleries/.*"
|
android:pathPrefix="/galleries/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="hitomi.la"
|
android:host="hitomi.la"
|
||||||
android:pathPattern="/reader/.*"
|
android:pathPrefix="/reader/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="hitomi.la"
|
android:host="hitomi.la"
|
||||||
android:pathPattern="/galleries/.*"
|
android:pathPrefix="/galleries/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="hitomi.la"
|
android:host="hitomi.la"
|
||||||
android:pathPattern="/reader/.*"
|
android:pathPrefix="/reader/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- Pururin.io -->
|
<!-- Pururin.io -->
|
||||||
<data
|
<data
|
||||||
android:host="pururin.io"
|
android:host="pururin.io"
|
||||||
android:pathPattern="/gallery/.*"
|
android:pathPrefix="/gallery/"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="pururin.io"
|
android:host="pururin.io"
|
||||||
android:pathPattern="/gallery/.*"
|
android:pathPrefix="/gallery/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
|
||||||
<!-- HBrowse -->
|
<!-- HBrowse -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user