1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

[3dbooru] fix default regex

This commit is contained in:
Mike Fährmann 2015-05-04 18:22:07 +02:00
parent 5993177ae3
commit 9c25c15438

View File

@ -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=([^&]+).*",
], ],
} }