rhadamanthe / host-grabber-pp

A web extension, originally designed for Firefox, to find and download media files from various hosts.
MIT License
16 stars 6 forks source link

Bug when a processor URL points to a file #40

Closed rhadamanthe closed 5 years ago

rhadamanthe commented 5 years ago

When a processor URL points to a file instead of a HTML page, the queue may be blocked. It happens on this page with imgBox. The queue should not be blocked in such cases. Either there is an error, or we forgot to add a queue.process() statement somewhere.