Merge pull request #2488 from 2secslater/patch-1
Add all (HTTP(S)) Invidious instances
This commit is contained in:
commit
6a37dfc35f
|
@ -56,8 +56,8 @@ dependencies {
|
||||||
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
|
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.teamnewpipe:NewPipeExtractor:cfc72d8dc9d'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bfa6b4d14bf'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||||
|
|
|
@ -228,7 +228,20 @@
|
||||||
<data android:scheme="http"/>
|
<data android:scheme="http"/>
|
||||||
<data android:scheme="https"/>
|
<data android:scheme="https"/>
|
||||||
<data android:host="invidio.us"/>
|
<data android:host="invidio.us"/>
|
||||||
|
<data android:host="dev.invidio.us"/>
|
||||||
<data android:host="www.invidio.us"/>
|
<data android:host="www.invidio.us"/>
|
||||||
|
<data android:host="invidious.snopyta.org"/>
|
||||||
|
<data android:host="de.invidious.snopyta.org"/>
|
||||||
|
<data android:host="fi.invidious.snopyta.org"/>
|
||||||
|
<data android:host="vid.wxzm.sx"/>
|
||||||
|
<data android:host="invidious.kabi.tk"/>
|
||||||
|
<data android:host="invidiou.sh"/>
|
||||||
|
<data android:host="www.invidiou.sh"/>
|
||||||
|
<data android:host="no.invidiou.sh"/>
|
||||||
|
<data android:host="invidious.enkirton.net"/>
|
||||||
|
<data android:host="tube.poal.co"/>
|
||||||
|
<data android:host="invidious.13ad.de"/>
|
||||||
|
<data android:host="yt.elukerio.org"/>
|
||||||
<!-- video prefix -->
|
<!-- video prefix -->
|
||||||
<data android:pathPrefix="/embed/"/>
|
<data android:pathPrefix="/embed/"/>
|
||||||
<data android:pathPrefix="/watch"/>
|
<data android:pathPrefix="/watch"/>
|
||||||
|
|
Loading…
Reference in New Issue