[3dbooru] fix default regex

pull/13/head
Mike Fährmann 10 years ago
parent 5993177ae3
commit 9c25c15438

@ -16,7 +16,7 @@ info = {
"directory": ["{category}", "{tags}"], "directory": ["{category}", "{tags}"],
"filename": "{category}_{id}_{name}", "filename": "{category}_{id}_{name}",
"pattern": [ "pattern": [
r"(?:https?://)?(?:www\.)?http://behoimi\.org/post(?:/(?:index)?)?\?tags=([^&]+).*", r"(?:https?://)?(?:www\.)?behoimi\.org/post(?:/(?:index)?)?\?tags=([^&]+).*",
], ],
} }

Loading…
Cancel
Save