Fixed unclosed ' error
Lines 293/294 should have been one line, this is now fixed.
This commit is contained in:
parent
190f53ee4d
commit
f85464ccb2
1 changed files with 1 additions and 2 deletions
|
@ -290,8 +290,7 @@ class DrFun(_BasicScraper):
|
||||||
|
|
||||||
|
|
||||||
class Drive(_BasicScraper):
|
class Drive(_BasicScraper):
|
||||||
description = u'DRIVE tells the story of a second Spanish empire, a galactic empire, and its looming war with a race called The Continuum of
|
description = u'DRIVE tells the story of a second Spanish empire, a galactic empire, and its looming war with a race called The Continuum of Makers.'
|
||||||
Makers. '
|
|
||||||
url = 'http://www.drivecomic.com/'
|
url = 'http://www.drivecomic.com/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
stripUrl = url + 'archive/%s.html'
|
stripUrl = url + 'archive/%s.html'
|
||||||
|
|
Loading…
Reference in a new issue