parent
db2ff4c3c1
commit
1d6e80f928
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ from re import compile, escape
|
|||
from ..scraper import _BasicScraper, _ParserScraper
|
||||
from ..helpers import indirectStarter
|
||||
from ..util import tagre
|
||||
from .common import _WordPressScraper, _WPNavi
|
||||
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
|
||||
|
||||
|
||||
class Underling(_WPNavi):
|
||||
|
@ -26,6 +26,10 @@ class Undertow(_BasicScraper):
|
|||
starter = indirectStarter
|
||||
|
||||
|
||||
class unDivine(_ComicControlScraper):
|
||||
url = 'http://undivinecomic.com/'
|
||||
|
||||
|
||||
class UnicornJelly(_BasicScraper):
|
||||
baseUrl = 'http://unicornjelly.com/'
|
||||
url = baseUrl + 'uni666.html'
|
||||
|
|
Loading…
Reference in a new issue