-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[naverwebtoon][bug][question]naverwebtoon {title} not working and some configuration question #5120
Comments
2.question about executing multiple gallery-dl at the same timeI'm sorry for asking stupid questions. I have executed both EX 1 and EX 2. EX ①:I place files in these locations:
The contents of three files may be different:
I didn't create three files:
I open three CMD windows and execute EX ②:I place files in locations:
I open three CMD windows and execute three commands at the same time:
Are EX 1 and EX 2 reasonable ways to run gallery-dl?Will it conflict? |
3.question about readme.rsthttps://github.com/mikf/gallery-dl#id21
Does this mean that users create their own configurations in these three places at the same time??who previous ones? |
Fixed in 22647c2
Both EX ① and EX ② are perfectly fine. The only way they interfere with one another is by writing to the same log file, using the same download archive, or downloading into the same directory, but you'd have had to be the one who configured gallery-dl that way for it to be a problem. If you didn't touch any of what I mentioned, it won't be a problem.
On Unix platforms, where gallery-dl also reads from This is not so much a thing on Windows, but gallery-dl would theoretically load from all three of the config file locations you listed if they existed. |
thank you for your help
This sentence is for Linux, macOS, etc. rather than window? Linux, macOS, etc.: Assume that the contents of the four files are different. Assume there is Suppose there is one of the following three: run The download result obtained will be based on the configuration of Is my understanding correct? I'm sorry for my poor understanding |
No, it loads all of them and merges their settings. Here's an example: Given you had these two config files
{
"a": 1,
"b": 2
}
{
"b": 7,
"c": 3
} gallery-dl would run with the same config settings as if you had only one config file containing {
"a": 1,
"b": 7,
"c": 3
} |
gallery-dl would run with the same config settings as if you had only one config file containing
Is my understanding correct? |
gallery-dl would run with the same config settings as if you had only one config file containing
Then does this rule also apply to windows? |
He said:
... assuming Python somehow resolves the paths to valid files. |
It also applies to Windows. The order in which config files get loaded (and merged) is the as same as they are listed in the README here. So yes, your assumption from #5120 (comment) is correct. The extra config file from
would get loaded after all other possible configs, and |
I think i understand |
1.naverwebtoon {title} not working
I use Standalone Executable v1.26.7
configuration:
Running results:
For
https://comic.naver.com/challenge
{title} is not displayed.
The text was updated successfully, but these errors were encountered: