set 'archive_fmt' values
These are going to be used to create an unique id for each image.
This commit is contained in:
@@ -16,6 +16,7 @@ import json
|
||||
class ImgurExtractor(Extractor):
|
||||
"""Base class for imgur extractors"""
|
||||
category = "imgur"
|
||||
archive_fmt = "{hash}"
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user