-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
When I do:
"banners": true,
"thumbnails": true,
I get, error ':' URLs are not supported/enabled, error Failed to download. Is there something else I need to include?
I'm using https://www.webtoons.com/en/canvas/consumed-by-the-shadows/phone/viewer?title_no=1090320&episode_no=4 to test it.
Also I was wondering if you'd be able to help me with somehow writing down information from -K to either a .txt file or a .json file, whichever works better. Currently I have:
"metadata-url": "file_url",
"write-metadata": false,
"metadata-filename": ["{category}", "{comic_name} ({comic})", "Meta", "({episode})_{title}.metadata"],
"write-info-json": false,
"info-json-filename": ["{category}", "{comic_name} ({comic})", "Meta", "({episode})_{title}.info.json"],
"write-tags": false,
"tags-filename": ["{category}", "{comic_name} ({comic})", "Meta", "({episode})_{title}.tags"],
"log": {
"type": "file",
"filename": "{category}/{comic_name} ({comic})/Meta/({episode})_{title}.tags.log",
"level": "info",
"format": "{asctime} {levelname} {message}",
"format-date": "%Y-%m-%d %H:%M:%S"
},
I have everything set to falso since none were working. I've tried looking through the GitHub, like docs/configuration.html, docs/gallery-dl.conf, and docs/gallery-dl-example.conf along with some of the discord issues, but I couldn't really understand it to get what I wanted. If you need the rest of my config I can post the rest as well.