faselhd: update to new domain (#595)
* Update build.gradle * faselhd: update to new domain
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'فاصل اعلاني'
|
||||
pkgNameSuffix = 'ar.faselhd'
|
||||
extClass = '.FASELHD'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
libVersion = '12'
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ class FASELHD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
|
||||
override val name = "فاصل اعلاني"
|
||||
|
||||
override val baseUrl = "https://www.faselhd.top"
|
||||
override val baseUrl = "https://www.faselhd.club"
|
||||
|
||||
override val lang = "ar"
|
||||
|
||||
@ -42,7 +42,7 @@ class FASELHD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
|
||||
override fun headersBuilder(): Headers.Builder {
|
||||
return super.headersBuilder()
|
||||
.add("Referer", "https://www.faselhd.top/")
|
||||
.add("Referer", "https://www.faselhd.club/")
|
||||
}
|
||||
|
||||
// Popular Anime
|
||||
@ -74,7 +74,7 @@ class FASELHD : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
document.select(episodeListSelector()).map { episodes.add(episodeFromElement(it)) }
|
||||
document.select(seasonsNextPageSelector(seasonNumber)).firstOrNull()?.let {
|
||||
seasonNumber++
|
||||
addEpisodes(client.newCall(GET("https://www.faselhd.pro/?p=" + it.select("div.seasonDiv").attr("data-href"), headers)).execute().asJsoup())
|
||||
addEpisodes(client.newCall(GET("https://www.faselhd.club/?p=" + it.select("div.seasonDiv").attr("data-href"), headers)).execute().asJsoup())
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'فاصل اعلاني افلام بس'
|
||||
pkgNameSuffix = 'ar.faselhdmovies'
|
||||
extClass = '.FASELHDMOVIES'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
libVersion = '12'
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ class FASELHDMOVIES : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
|
||||
override val name = "فاصل اعلاني افلام بس"
|
||||
|
||||
override val baseUrl = "https://www.faselhd.pro"
|
||||
override val baseUrl = "https://www.faselhd.club"
|
||||
|
||||
override val lang = "ar"
|
||||
|
||||
@ -42,7 +42,7 @@ class FASELHDMOVIES : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
|
||||
override fun headersBuilder(): Headers.Builder {
|
||||
return super.headersBuilder()
|
||||
.add("Referer", "https://www.faselhd.top/")
|
||||
.add("Referer", "https://www.faselhd.club/")
|
||||
}
|
||||
|
||||
// Popular Anime
|
||||
|
Reference in New Issue
Block a user