added extractor 'e621'

pull/13/head
Mike Fährmann 10 years ago
parent 1244c933a1
commit 099fe7515e

@ -0,0 +1,8 @@
from .gelbooru import BooruExtractor
class Extractor(BooruExtractor):
def __init__(self, match, config):
BooruExtractor.__init__(self, match, config)
self.category = "e621"
self.api_url = "https://e621.net/post/index.xml"
Loading…
Cancel
Save