[4chan] update default filename and directory
This commit is contained in:
@@ -13,8 +13,8 @@ from .chan import ChanExtractor
|
|||||||
info = {
|
info = {
|
||||||
"category": "4chan",
|
"category": "4chan",
|
||||||
"extractor": "FourChanExtractor",
|
"extractor": "FourChanExtractor",
|
||||||
"directory": ["{category}", "{board}-{thread-id}"],
|
"directory": ["{category}", "{board}-{thread}"],
|
||||||
"filename": "{time}-{filename}{ext}",
|
"filename": "{tim}-{filename}{ext}",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
r"(?:https?://)?boards\.4chan\.org/([^/]+)/thread/(\d+).*",
|
r"(?:https?://)?boards\.4chan\.org/([^/]+)/thread/(\d+).*",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user