added the thin H line, fixes #67

This commit is contained in:
Luc Fouin 2014-07-02 17:14:33 +02:00
parent 763f9b02a2
commit cb76198da7

View file

@ -213,7 +213,6 @@ class TheOuterQuarter(_BasicScraper):
class TheThinHLine(_BasicScraper):
description = u'the thin H line. Proudly mediocre. NSFW.'
url = 'http://thinhline.tumblr.com/'
rurl = escape(url)
stripUrl = url + 'post/%s'
firstStripUrl = stripUrl % '3517345105'
imageSearch = compile(tagre('a', 'href', '%simage[^"]+' % url) + tagre('img', 'src', '([^"]+media.tumblr.com/[^"]+)'))