Skip to content
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

Downloader retries for specific extractors #6177

Open
a84r7a3rga76fg opened this issue Sep 13, 2024 · 1 comment
Open

Downloader retries for specific extractors #6177

a84r7a3rga76fg opened this issue Sep 13, 2024 · 1 comment

Comments

@a84r7a3rga76fg
Copy link

Is there any way to use downloader retries for a specific extractor without attributing it to all extractors?

	"downloader":
	{
        "retries": -1,
	}

downloader retries overrides this:

		"twitter":
		{
			"retries": 0,
		}
@mikf
Copy link
Owner

mikf commented Sep 15, 2024

No, there currently isn't.

When download.retries is not set, it defaults to extractor.retries, so you could just set that to -1 instead of the downloader setting. Or you use a separate config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants