openzim / ted

Provide the best of TED.com for offline usage!
https://download.kiwix.org/zim/ted/
GNU General Public License v3.0
13 stars 9 forks source link

Handle failures while getting playlist slug in multi mode #101

Closed satyamtg closed 4 years ago

satyamtg commented 4 years ago

This fixes #100 by returning the slug from the URL only if the request was successful. If request wasn't successful, we wait for some time and retry up to 5 times. The wait time is the same as the one used while getting pages in the scraper as it would give a good cooldown period before continuing.