K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
634 stars 226 forks source link

Add handling for status 503 #25

Closed hubald closed 10 years ago

hubald commented 10 years ago

If the server is under load some fragments return error code 503 (service temporarily not available), causing AdobeHDS to skip those fragments which breaks the final file they are joined into.

At the moment the script only handles error code 403. It would be great if the script handled error code 503 by adding the fragment again to the download queue like in line 937.