Gone with the Blastwave: Switch from http to https (#2795)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:42:56 +00:00 committed by Draff
parent 9c13009267
commit fd0ad36ac4
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
ext {
extName = 'Gone with the Blastwave'
extClass = '.GWTB'
extVersionCode = 2
extVersionCode = 3
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -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