summaryrefslogtreecommitdiffstats
path: root/bin/gen.py
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2013-09-11 08:51:31 +0200
committerPhillip Berndt <pberndt@spline.de>2015-05-20 09:33:11 +0200
commit87787a99091ef927692138227c4f1d1830a086cf (patch)
treeaa84d96570749e080ae05fdcfb8773688e683a5f /bin/gen.py
parent4271467f2d05fa36baab6bd6e17316f280a2fc5e (diff)
downloadcomics-87787a99091ef927692138227c4f1d1830a086cf.tar.gz
comics-87787a99091ef927692138227c4f1d1830a086cf.tar.bz2
comics-87787a99091ef927692138227c4f1d1830a086cf.zip
New comics: Cyanide and Happiness, PHD comics
Diffstat (limited to 'bin/gen.py')
-rwxr-xr-xbin/gen.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/gen.py b/bin/gen.py
index fcd4f65..8565499 100755
--- a/bin/gen.py
+++ b/bin/gen.py
@@ -72,6 +72,16 @@ comics = {
"imageformat": "gif",
"url": "http://www.gocomics.com/peanuts"
},
+ "cyanide": {
+ "name": "Cyanide and Happiness",
+ "imageformat": "png",
+ "url": "http://www.explosm.net/comics/"
+ },
+ "phdcomics": {
+ "name": "PHD comics",
+ "imageformat": "gif",
+ "url": "http://www.phdcomics.com/comics/archive.php"
+ },
}