summaryrefslogtreecommitdiffstats
path: root/bin/gen.py
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2014-08-04 08:55:22 +0200
committerPhillip Berndt <pberndt@spline.de>2015-05-20 09:33:12 +0200
commit30e46a7e37342d9c3e67d93018afbaefc37f6180 (patch)
treebf1417709f7375b4e27659e28dd12aff1132eced /bin/gen.py
parentaf74d43f2849e80fac95a1eb002693c64106cd7d (diff)
downloadcomics-30e46a7e37342d9c3e67d93018afbaefc37f6180.tar.gz
comics-30e46a7e37342d9c3e67d93018afbaefc37f6180.tar.bz2
comics-30e46a7e37342d9c3e67d93018afbaefc37f6180.zip
Added new comic: MANvsMAGIC from http://www.manvsmagic.com/
Diffstat (limited to 'bin/gen.py')
-rwxr-xr-xbin/gen.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gen.py b/bin/gen.py
index e52af96..f37c877 100755
--- a/bin/gen.py
+++ b/bin/gen.py
@@ -101,6 +101,11 @@ comics = {
"name": "Extra Fabulous Comics",
"imageformat": "gif",
"url": "http://extrafabulouscomics.com/"
+ },
+ "MANvsMAGIC": {
+ "name": "MANvsMAGIC",
+ "imageformat": "png",
+ "url": "http://www.manvsmagic.com/"
}
}