forked from recloudstream/cloudstream
fixed allmoviesforyou
This commit is contained in:
parent
71c7afba15
commit
3fdc623600
2 changed files with 6 additions and 5 deletions
|
@ -22,8 +22,9 @@ class AllMoviesForYouProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fetching movies will not work if this link is outdated.
|
||||||
override val mainUrl: String
|
override val mainUrl: String
|
||||||
get() = "https://allmoviesforyou.co"
|
get() = "https://allmoviesforyou.net"
|
||||||
override val name: String
|
override val name: String
|
||||||
get() = "AllMoviesForYou"
|
get() = "AllMoviesForYou"
|
||||||
override val supportedTypes: Set<TvType>
|
override val supportedTypes: Set<TvType>
|
||||||
|
|
|
@ -170,10 +170,10 @@ class ProviderTests {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
// @Test
|
||||||
fun testSingleProvider() {
|
// fun testSingleProvider() {
|
||||||
testSingleProviderApi(ThenosProvider())
|
// testSingleProviderApi(ThenosProvider())
|
||||||
}
|
// }
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun providerCorrect() {
|
fun providerCorrect() {
|
||||||
|
|
Loading…
Reference in a new issue