added the thin H line, fixes #67
This commit is contained in:
parent
763f9b02a2
commit
cb76198da7
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ class TheOuterQuarter(_BasicScraper):
|
||||||
class TheThinHLine(_BasicScraper):
|
class TheThinHLine(_BasicScraper):
|
||||||
description = u'the thin H line. Proudly mediocre. NSFW.'
|
description = u'the thin H line. Proudly mediocre. NSFW.'
|
||||||
url = 'http://thinhline.tumblr.com/'
|
url = 'http://thinhline.tumblr.com/'
|
||||||
rurl = escape(url)
|
|
||||||
stripUrl = url + 'post/%s'
|
stripUrl = url + 'post/%s'
|
||||||
firstStripUrl = stripUrl % '3517345105'
|
firstStripUrl = stripUrl % '3517345105'
|
||||||
imageSearch = compile(tagre('a', 'href', '%simage[^"]+' % url) + tagre('img', 'src', '([^"]+media.tumblr.com/[^"]+)'))
|
imageSearch = compile(tagre('a', 'href', '%simage[^"]+' % url) + tagre('img', 'src', '([^"]+media.tumblr.com/[^"]+)'))
|
||||||
|
|
Loading…
Reference in a new issue