This is a simple XKCD scraper that downloads the specified range of comics, as well as the alt-texts for each.
- BeautifulSoup 4 HTML parser (apt-get install python3-bs4)
- yaml (apt-get install python3-yaml)
This is public domain - do whatever you want with it. If you do something cool and want me to add it to this project, just fork it and send a pull request.
#####TODO
- log to file
- special cases (click and drag)