summaryrefslogtreecommitdiffstats
path: root/bin/gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gen.py')
-rwxr-xr-xbin/gen.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/gen.py b/bin/gen.py
index 1f8625f..fcd4f65 100755
--- a/bin/gen.py
+++ b/bin/gen.py
@@ -60,13 +60,18 @@ comics = {
"claybennett": {
"name": "Clay Bennett",
"url": "http://www.csmonitor.com/commentary/index.html",
- "imageformat": "gif"
+ "imageformat": "jpg"
},
"geekandpoke": {
"name": "Geek and Poke",
"url": "http://geekandpoke.typepad.com/",
"imageformat": "jpg"
},
+ "snoopy": {
+ "name": "Snoopy",
+ "imageformat": "gif",
+ "url": "http://www.gocomics.com/peanuts"
+ },
}