TeamX - update domain (#3900)

This commit is contained in:
Mike 2020-07-25 23:55:20 -04:00 committed by GitHub
parent 234c317465
commit 40e8892a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Team X'
pkgNameSuffix = 'ar.teamx'
extClass = '.TeamX'
extVersionCode = 5
extVersionCode = 6
libVersion = '1.2'
}

View File

@ -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()
}