Gone with the Blastwave: Switch from http to https (#2795)
This commit is contained in:
parent
9c13009267
commit
fd0ad36ac4
|
@ -1,7 +1,8 @@
|
|||
ext {
|
||||
extName = 'Gone with the Blastwave'
|
||||
extClass = '.GWTB'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -15,7 +15,7 @@ class GWTB : HttpSource() {
|
|||
|
||||
override val name = "Gone with the Blastwave"
|
||||
|
||||
override val baseUrl = "http://www.blastwave-comic.com"
|
||||
override val baseUrl = "https://www.blastwave-comic.com"
|
||||
|
||||
override val supportsLatest = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue