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:
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…
Reference in New Issue
Block a user