-
|
I tried to download the whole media from a iwara user under {
"extractor": {
"path-restrict": "windows",
"iwara": {
"metadata": true,
"retries": 999,
"filename": "{date} {id} {title[:200]}.{extension}",
"include": ["user-videos", "user-images"]
},
}
}However, it stores videos and images on same directory. It is confusing. I added extra configuration for {
"extractor": {
"path-restrict": "windows",
"iwara": {
"metadata": true,
"retries": 999,
"directory": ["{category}", "{user[name]}", "{subcategory}"],
"filename": "{date} {id} {title[:200]}.{extension}",
"include": ["user-videos", "user-images"]
},
}
}It works. It creates Example (warning: NSFW), may requires username and password configured first: An individual video: An individual image: ExpectationI expected these to be stored in their own directory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Different URL types (user videos, single videos, etc) have different |
Beta Was this translation helpful? Give feedback.
Different URL types (user videos, single videos, etc) have different
{subcategory}values. Use{type}instead.