Skip to content

Commit

Permalink
PoorlyDrawnLines: Fix after site redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
vemek committed Jul 1, 2024
1 parent df1e72e commit 0cb3794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dosagelib/plugins/p.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ def getPrevUrl(self, url, data):

class PoorlyDrawnLines(_ParserScraper):
url = 'http://poorlydrawnlines.com/comic/'
multipleImagesPerStrip = True
firstStripUrl = url + 'campus-characters/'
imageSearch = '//div[d:class("comic")]//img'
imageSearch = '//div[d:class("entry-content")]//figure//img[@data-src]/@data-src'
prevSearch = '//a[@rel="prev"]'


Expand Down

0 comments on commit 0cb3794

Please sign in to comment.