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