Add VampireHunterBoyfriends
This commit is contained in:
parent
fb8450e93a
commit
d6bc0502a7
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,15 @@ from ..scraper import _ParserScraper
|
|||
from ..helpers import bounceStarter, indirectStarter
|
||||
|
||||
|
||||
class VampireHunterBoyfriends(_ParserScraper):
|
||||
url = 'https://boneitiscomics.com/vhb.php'
|
||||
stripUrl = url + '?pg=%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
imageSearch = '//div[@class="page"]//img'
|
||||
prevSearch = '//a[@id="prev"]'
|
||||
adult = True
|
||||
|
||||
|
||||
class Vexxarr(_ParserScraper):
|
||||
baseUrl = 'http://www.vexxarr.com/'
|
||||
url = baseUrl + 'Index.php'
|
||||
|
|
Loading…
Reference in a new issue