We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write config.json as:
{ "extractor": { "reactor": { "postprocessors": [ { "name": "exec", "command": "echo {}" } ] } } }
Run gallery-dl 'http://anime.reactor.cc/post/3576250' -q and gallery-dl 'http://joyreactor.com/post/3721876' -q.
gallery-dl 'http://anime.reactor.cc/post/3576250' -q
gallery-dl 'http://joyreactor.com/post/3721876' -q
Both commands should return paths.
There's no output.
Changing reactor in config.json to joyreactor makes the second command behave as expected and return path.
reactor
joyreactor
Changing content of config.json to
{ "extractor": { "postprocessors": [ { "name": "exec", "command": "echo {}" } ] } }
makes both commands run as expected
The text was updated successfully, but these errors were encountered:
198c33e
No branches or pull requests
Steps to reproduce
Write config.json as:
Run
gallery-dl 'http://anime.reactor.cc/post/3576250' -q
andgallery-dl 'http://joyreactor.com/post/3721876' -q
.Expected behavior
Both commands should return paths.
Actual behavior
There's no output.
Additional Info
Changing
reactor
in config.json tojoyreactor
makes the second command behave as expected and return path.Changing content of config.json to
makes both commands run as expected
The text was updated successfully, but these errors were encountered: