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
|
||||
get() = "https://allmoviesforyou.co"
|
||||
get() = "https://allmoviesforyou.net"
|
||||
override val name: String
|
||||
get() = "AllMoviesForYou"
|
||||
override val supportedTypes: Set<TvType>
|
||||
|
|
|
@ -170,10 +170,10 @@ class ProviderTests {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testSingleProvider() {
|
||||
testSingleProviderApi(ThenosProvider())
|
||||
}
|
||||
// @Test
|
||||
// fun testSingleProvider() {
|
||||
// testSingleProviderApi(ThenosProvider())
|
||||
// }
|
||||
|
||||
@Test
|
||||
fun providerCorrect() {
|
||||
|
|
Loading…
Reference in a new issue