Annotation of comics/comics.conf, revision 1.21
1.1 nick 1: # This file is a CSV of what to download
1.16 nick 2: #
1.21 ! nick 3: # $Id: comics.conf,v 1.20 2018/01/27 14:39:47 nick Exp $
1.17 nick 4: # $Log: comics.conf,v $
1.21 ! nick 5: # Revision 1.20 2018/01/27 14:39:47 nick
! 6: # Added Cyanide & Happiness
! 7: #
1.20 nick 8: # Revision 1.19 2018/01/26 13:05:27 nick
9: # Added a new config option to remove all newline from the resulting index.html
10: # file. This allows for easier parsing for certain comics. I then updated
11: # the URLs to search for and enabled the newline removal for a handful
12: # of uComics.
13: #
14: # I believe I've also properly fixed the Comic Config version displayed on
15: # the webpage itself.
16: #
1.19 nick 17: # Revision 1.18 2017/08/17 12:32:42 nick
18: # Updated For Better or For Worse URL change.
19: #
1.18 nick 20: # Revision 1.17 2017/01/16 13:53:10 nick
21: # Fixed ucomic due to website change.
22: #
1.17 nick 23: # Revision 1.16 2015/10/22 12:58:44 nick
24: # Added the ability for Sunday only comics. Stonesoup is no longer weekdays, this has been added to Sunday only. I also added Foxtrot Classics for weekdays and Foxtrot for Sundays.
25: #
1.1 nick 26: #
27: # This will be placed in to a hash like this:
28: #
1.10 nick 29: # "userfriendly" => {
30: # url => "http://www.userfriendly.org/",
31: # search => ".*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*",
32: # mode => "1",
33: # fullName=> "User Friendly",
34: # ext => "gif",
35: # order => "1",
1.20 nick 36: # Sunday_only => "1",
1.19 nick 37: # remove_newlines => "0",
1.10 nick 38: # },
39: # Note: error should always be 0, and ext can be left blank. The script
40: # will try to determine what it is but will fallback to whatever is in
41: # there by default if it can't get it.
1.1 nick 42:
43: base_directory = /home/httpd/html/daily/work
44: index_directory = indexes
45: image_directory = images
46:
1.20 nick 47: cyanideandhappiness,http://explosm.net/comics/latest/,.*erty=\"og:image\" content=\"(.*)\">.*,1,Cyanide & Happiness,gif,0,0,1
48:
1.21 ! nick 49: forbetterorforworse,http://www.gocomics.com/forbetterorforworse/__YEAR__/__MON__/__DAY__,.*og:image.*(htt.*assets.amuniversal.*)\" ,1,For Better or For Worse,gif,1,0,1
! 50: foxtrot,http://www.gocomics.com/foxtrot/__YEAR__/__MON__/__DAY__,.*og:image.*(htt.*assets.amuniversal.*)\" ,1,FoxTrot,gif,1,1,1
! 51: foxtrotclassics,http://www.gocomics.com/foxtrotclassics/__YEAR__/__MON__/__DAY__,.*og:image.*(htt.*assets.amuniversal.*)\" ,1,FoxTrot Classics,gif,0,0,1
1.17 nick 52:
1.16 nick 53: dilbert,http://www.dilbert.com/strip/__YEAR__-__MON__-__DAY__,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Dilbert,gif,1,0
1.21 ! nick 54:
1.16 nick 55: sallyforth,http://sallyforth.com,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Sally Forth,gif,0,0
56: bizarro,http://www.arcamax.com/thefunnies/bizarro/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Bizarro,gif,0,0
57: pbs,http://www.arcamax.com/thefunnies/pearlsbeforeswine/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Pearls Before Swine,gif,0,0
58: questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,1,0
59: babyblues,http://www.arcamax.com/thefunnies/babyblues/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Baby Blues,gif,0,0
60: luann,http://www.arcamax.com/thefunnies/luann/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Luann,gif,0,0
61: andycapp,http://www.arcamax.com/thefunnies/andycapp/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Andy Capp,gif,0,0
1.19 nick 62: stonesoup,http://www.ucomics.com/stonesoup/,.*og:image.*(htt.*assets.amuniversal.*)\" ,1,StoneSoup,gif,1,1,1
1.16 nick 63: xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png,1,0
64: questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,0,0
65: the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,The Lockhorns,gif,0,0
66: zits,http://www.arcamax.com/thefunnies/zits/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Zits,gif,0,0
1.10 nick 67:
68: #### OLD COMICS ####
69: #dilbert,http://www.dilbert.com,.*textarea class=\"STR_EmbedCode\".*<img src=\"(.*gif|jpg)\" border.*,1,Dilbert,gif,1
70: #userfriendly,http://www.userfriendly.org/,.*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*,1,User Friendly,gif
71: #penny_arcade,http://penny-arcade.com/comic,.\s*<img src=\"(.*com\/photos.*)\" alt.*,1,Penny Arcade,png
1.9 nick 72: #blondie,http://www.arcamax.com/thefunnies/blondie/,img src=\"(.*/newspics/.*gif)\",1,Blondie,gif,0
73: #wizard_of_id,http://www.arcamax.com/thefunnies/wizardofid/,img src=\"(.*/newspics/.*gif)\",1,Wizard Of Id,gif,0
1.10 nick 74: #hagar_the_horrible,http://www.arcamax.com/thefunnies/hagarthehorrible/,img src=\"(.*/newspics/.*gif)\",1,Hagar the Horrible,gif,0
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>