bitbybyte / fantiadl

Download posts and media from Fantia
MIT License
291 stars 52 forks source link

Handle http error 429 #127

Closed Suika closed 2 months ago

Suika commented 2 months ago

On a change that one does too many requests, the 429 should be handled in a graceful manner. Either a reasonable back off and retry logic, or premature termination. Better yet is to know how many requests are too many.

bitbybyte commented 2 months ago

Folding this into #78