fake-name / xA-Scraper

69 stars 8 forks source link

TwitGet: Handle 404 returns #86

Closed God-damnit-all closed 4 years ago

God-damnit-all commented 4 years ago

Twitter has lost a few files from 2017 and back, yielding 404 errors that cause TwitGet to move to the next artist. This instead gives them a null entry.

I've set fqDlPath to None here, hopefully that was the right call. I guess I could've gone with an empty string as well.

fake-name commented 4 years ago

I've set fqDlPath to None here, hopefully that was the right call.

Yep, that should be the right thing to do.