unify booru filename-patterns

This commit is contained in:
Mike Fährmann
2015-11-06 16:48:33 +01:00
parent c05dbd15b5
commit 3b0fe8f544
8 changed files with 12 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ info = {
"category": "safebooru",
"extractor": "SafebooruExtractor",
"directory": ["{category}", "{tags}"],
"filename": "{category}_{name}",
"filename": "{category}_{id}_{md5}.{extension}",
"pattern": [
r"(?:https?://)?(?:www\.)?safebooru\.org/(?:index\.php)?\?page=post&s=list&tags=([^&]+).*",
],