Added missing scraping for xkcd 501 to 1000
#2
by
Firq42
- opened
Currently, the scraper would miss the XKCDs ranging from 501 to 1000 due to these being listed on a different page at explainxkcd.com. This change extends the scraper capabilities to include those.
Note that the full page starts at 1001, so there is no overlap between these three lists
Firq42
changed pull request title from
Added missing scraping for XKCD 501 to 1000
to Added missing scraping for xkcd 501 to 1000