mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
added extractor 'e621'
This commit is contained in:
parent
1244c933a1
commit
099fe7515e
8
gallery_dl/extractor/e621.py
Normal file
8
gallery_dl/extractor/e621.py
Normal file
@ -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…
Reference in New Issue
Block a user