diff --git a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/AllMoviesForYouProvider.kt b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/AllMoviesForYouProvider.kt index f8126209..e18b8145 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/AllMoviesForYouProvider.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/AllMoviesForYouProvider.kt @@ -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 diff --git a/app/src/test/java/com/lagradost/cloudstream3/ProviderTests.kt b/app/src/test/java/com/lagradost/cloudstream3/ProviderTests.kt index f29be910..cfdabef3 100644 --- a/app/src/test/java/com/lagradost/cloudstream3/ProviderTests.kt +++ b/app/src/test/java/com/lagradost/cloudstream3/ProviderTests.kt @@ -170,10 +170,10 @@ class ProviderTests { } } - @Test - fun testSingleProvider() { - testSingleProviderApi(ThenosProvider()) - } +// @Test +// fun testSingleProvider() { +// testSingleProviderApi(ThenosProvider()) +// } @Test fun providerCorrect() {