[reddit] add extractor for reddit-hosted images (closes #68)

This commit is contained in:
Mike Fährmann
2018-01-14 18:55:42 +01:00
parent f10ffc0839
commit cc0c2cca57
3 changed files with 33 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class Extractor():
subcategory = ""
categorytransfer = False
directory_fmt = ["{category}"]
filename_fmt = "{filename}"
filename_fmt = "{name}.{extension}"
cookiedomain = ""
def __init__(self):