Sandra and Woo: Switch from http to https (#2796)
Did not change `archive` URL, as that would require migration, or show the manga as not your library. The current 301 redirect is fine. If it really matters I can add an interceptor for it.
This commit is contained in:
parent
fd0ad36ac4
commit
0622230f4b
@ -1,7 +1,8 @@
|
||||
ext {
|
||||
extName = 'Sandra and Woo'
|
||||
extClass = '.SandraAndWooFactory'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -17,7 +17,7 @@ import java.util.Locale
|
||||
import kotlin.math.floor
|
||||
|
||||
abstract class SandraAndWoo(
|
||||
final override val baseUrl: String = "http://www.sandraandwoo.com",
|
||||
final override val baseUrl: String = "https://www.sandraandwoo.com",
|
||||
final override val lang: String,
|
||||
) : ParsedHttpSource() {
|
||||
override val supportsLatest = false
|
||||
|
@ -10,6 +10,6 @@ class SandraAndWooDE : SandraAndWoo(lang = "de") {
|
||||
override val synopsis = "Sandra und Woo ist ein Comedy-Webcomic mit dem zwölfjährigen Mädchen Sandra North und ihrem Waschbären Woo in den Hauptrollen. Zwar sollen die meisten Strips einfach nur lustig oder gewitzt sein, gelegentlich werden aber auch ernste Themen wie die Missachtung von Menschenrechten in Burma oder die Zerstörung der Natur angesprochen. Wir wollen außerdem zeigen, was es für Sandra und ihre Schulfreunde Cloud und Larisa bedeutet, erwachsen zu werden. Nicht vergessen werden sollten außerdem Woos Ausflüge in den nahen Wald um dort seine tierischen Freunde Shadow, ein Fuchs, und Sid, ein Eichhörnchen, zu treffen. Als weiteres Alleinstellungsmerkmal des Comics darf gelten, dass sich immer wieder einzelne Strips oder sogar längere Geschichten um die Nebenfiguren drehen."
|
||||
override val genres = "Comedy"
|
||||
override val state = SManga.ON_HIATUS
|
||||
override val thumbnail = "http://www.sandraandwoo.com/images/fanart/fanart-contest-2014/pictures/zheng-qu-01-color-corrected.jpg"
|
||||
override val thumbnail = "https://www.sandraandwoo.com/images/fanart/fanart-contest-2014/pictures/zheng-qu-01-color-corrected.jpg"
|
||||
override val archive = "/woode/archiv"
|
||||
}
|
||||
|
@ -10,6 +10,6 @@ class SandraAndWooEN : SandraAndWoo(lang = "en") {
|
||||
override val synopsis = "Sandra and Woo is a comedy comic strip featuring the 13-year-old girl Sandra North and her mischievous pet raccoon Woo. While most strips are just supposed to be funny or tell an exciting story, some also deal with more serious topics. We also want to show what growing up means for Sandra and her best friends in middle school, Cloud and Larisa. Another regular feature of the comic are Woo’s trips to the forest to meet his furry friends Shadow (a fox) and Sid (a squirrel) and his love interest Lily."
|
||||
override val genres = "Comedy"
|
||||
override val state = SManga.ON_HIATUS
|
||||
override val thumbnail = "http://www.sandraandwoo.com/images/fanart/fanart-contest-2014/pictures/zheng-qu-01-color-corrected.jpg"
|
||||
override val thumbnail = "https://www.sandraandwoo.com/images/fanart/fanart-contest-2014/pictures/zheng-qu-01-color-corrected.jpg"
|
||||
override val archive = "/archive"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user