Files
gallery-dl/gallery_dl/extractor/deviantart.py
Mike Fährmann 80521ae1f6 [deviantart] improve API error handling
The previous implementation would retry requests with 4xx status codes
in an infinite loop, which is especially a problem when querying
non-existent users or groups. These are now properly handled with a
NotFoundError exception.
2018-04-23 10:10:43 +02:00

22 KiB