eight04 / image-picka

A Firefox/Chrome extension helping you download images.
MIT License
174 stars 19 forks source link

wait #272

Closed tenjouina closed 3 years ago

tenjouina commented 3 years ago

アクセス速度が速すぎて503エラーが起きます 1個取得ごとにwaitを付けることはできませんか? 赤色エラーはおそらくこれで解決します

eight04 commented 3 years ago

Is this the same issue as #263?

Maybe we can add a new setting "Retry on failure", which allows you define max retry number and retry delay for a specific URL. For example:

<regex_matching_url>
<max_retries> <retry_delay> <exponential_backoff>

In your case:

^https://t\.i9i9\.to/.*
10 5 1.2
tenjouina commented 3 years ago

どこから追加出来ますか? 上のimportsettingに

をコピーしても追加されない
eight04 commented 3 years ago

I mean it will be a new feature in the next version of Image Picka.

tenjouina commented 3 years ago

なるほど、次のアップデート期待してます