TeamX - update domain (#3900)
This commit is contained in:
parent
234c317465
commit
40e8892a7b
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Team X'
|
||||
pkgNameSuffix = 'ar.teamx'
|
||||
extClass = '.TeamX'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ class TeamX : ParsedHttpSource() {
|
|||
|
||||
override val name = "Team X"
|
||||
|
||||
override val baseUrl = "https://team1x11.com"
|
||||
override val baseUrl = "https://team1x1.com"
|
||||
|
||||
override val lang = "ar"
|
||||
|
||||
|
@ -134,6 +134,4 @@ class TeamX : ParsedHttpSource() {
|
|||
}
|
||||
|
||||
override fun imageUrlParse(document: Document): String = throw UnsupportedOperationException("Not used")
|
||||
|
||||
override fun getFilterList() = FilterList()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue