mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
[8chan] combine patterns
This commit is contained in:
parent
3872ccb435
commit
30b9db43a0
@ -18,8 +18,7 @@ info = {
|
|||||||
"directory": ["{category}", "{board}-{thread-id}"],
|
"directory": ["{category}", "{board}-{thread-id}"],
|
||||||
"filename": "{timestamp}-{name}",
|
"filename": "{timestamp}-{name}",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
r"(?:https?://)?(?:www\.)?8chan\.co/([^/]+/res/\d+).*",
|
r"(?:https?://)?(?:www\.)?(?:8chan\.co|8ch\.net)/([^/]+/res/\d+).*",
|
||||||
r"(?:https?://)?(?:www\.)?8ch\.net/([^/]+/res/\d+).*",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user