Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 495 Bytes

File metadata and controls

9 lines (9 loc) · 495 Bytes

Explosm-Extractor

Contains a basic python script to download all Cyanide and Happiness comics. Depends on Mechanize.

How To Use

Just type python2.7 extract.py or python extract.py based on your distro.

Note
  • One could have used wget and curl to achieve the same purpose, but I didnt want to.
  • Why Mechanise and just not plain urllib? Clean API. Although one can work without it.
  • Why not use BeautifulSoup? Too much API.