Sluggy Freelance - Changing from HTTP to HTTPS (#246)
This commit is contained in:
parent
a039facffd
commit
b37a0ddc68
1 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,8 @@ class SlightlyDamned(ComicControlScraper):
|
||||||
|
|
||||||
|
|
||||||
class SluggyFreelance(_ParserScraper):
|
class SluggyFreelance(_ParserScraper):
|
||||||
url = 'http://sluggy.com/'
|
url = 'https://sluggy.com/'
|
||||||
stripUrl = 'http://archives.sluggy.com/book.php?chapter=%s'
|
stripUrl = 'https://archives.sluggy.com/book.php?chapter=%s'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
imageSearch = '//div[d:class("comic_content")]/img/@data-src'
|
imageSearch = '//div[d:class("comic_content")]/img/@data-src'
|
||||||
prevSearch = '//div[d:class("previous")]/a'
|
prevSearch = '//div[d:class("previous")]/a'
|
||||||
|
|
Loading…
Reference in a new issue