Diff for /comics/comics.conf between versions 1.16 and 1.17

version 1.16, 2015/10/22 12:58:44 version 1.17, 2017/01/16 13:53:10
Line 2 Line 2
 #  #
 #  $Id$  #  $Id$
 #  $Log$  #  $Log$
   #  Revision 1.17  2017/01/16 13:53:10  nick
   #  Fixed ucomic due to website change.
   #
 #  Revision 1.16  2015/10/22 12:58:44  nick  #  Revision 1.16  2015/10/22 12:58:44  nick
 #  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.  #  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.
 #  #
Line 24  base_directory = /home/httpd/html/daily/ Line 27  base_directory = /home/httpd/html/daily/
 index_directory = indexes  index_directory = indexes
 image_directory = images  image_directory = images
   
   fbofw,http://www.ucomics.com/fbofw,.*picture class=.*item-comic-image.*src=\"(.*)\".*,1,For Better or For Worse,gif,1,0
   
   foxtrot,http://www.ucomics.com/foxtrot,.*picture class=.*item-comic-image.*src=\"(.*)\".*,1,FoxTrot,gif,1,1
   foxtrotclassics,http://www.ucomics.com/foxtrotclassics,.*picture class=.*item-comic-image.*src=\"(.*)\".*,1,FoxTrot Classics,gif,0,0
 dilbert,http://www.dilbert.com/strip/__YEAR__-__MON__-__DAY__,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Dilbert,gif,1,0  dilbert,http://www.dilbert.com/strip/__YEAR__-__MON__-__DAY__,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Dilbert,gif,1,0
 sallyforth,http://sallyforth.com,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Sally Forth,gif,0,0  sallyforth,http://sallyforth.com,<meta property=\"og:image\" content=\"(.*?)\"\/>,1,Sally Forth,gif,0,0
 bizarro,http://www.arcamax.com/thefunnies/bizarro/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Bizarro,gif,0,0  bizarro,http://www.arcamax.com/thefunnies/bizarro/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Bizarro,gif,0,0
Line 32  questionable_content,http://questionable Line 39  questionable_content,http://questionable
 babyblues,http://www.arcamax.com/thefunnies/babyblues/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Baby Blues,gif,0,0  babyblues,http://www.arcamax.com/thefunnies/babyblues/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Baby Blues,gif,0,0
 luann,http://www.arcamax.com/thefunnies/luann/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Luann,gif,0,0  luann,http://www.arcamax.com/thefunnies/luann/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Luann,gif,0,0
 andycapp,http://www.arcamax.com/thefunnies/andycapp/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Andy Capp,gif,0,0  andycapp,http://www.arcamax.com/thefunnies/andycapp/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,Andy Capp,gif,0,0
 fbofw,http://www.ucomics.com/fbofw,.*strip\" src=\"(.*)\" width.*,1,For Better or For Worse,gif,1,0  
 stonesoup,http://www.ucomics.com/stonesoup/,.*strip\" src=\"(.*)\" width.*,1,StoneSoup,gif,1,1  stonesoup,http://www.ucomics.com/stonesoup/,.*strip\" src=\"(.*)\" width.*,1,StoneSoup,gif,1,1
 foxtrot,http://www.ucomics.com/foxtrot/,.*strip\" src=\"(.*)\" width.*,1,FoxTrot,gif,1,1  
 foxtrotclassics,http://www.ucomics.com/foxtrotclassics/,.*strip\" src=\"(.*)\" width.*,1,FoxTrot Classics,gif,0,0  
 xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png,1,0  xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png,1,0
 questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,0,0  questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,0,0
 the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,The Lockhorns,gif,0,0  the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,data-zoom-image=\"(.*/newspics/.*/\d+\.(?:gif|jpg))\".*src,1,The Lockhorns,gif,0,0

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>