mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
88bc38abc3
commit
d7ee646be6
@ -42,36 +42,36 @@ class Arcamax(BasicNewsRecipe):
|
||||
self.panel_counter = 0
|
||||
for title, url in [
|
||||
# ####### COMICS - GENERAL ########
|
||||
# (u"9 Chickweed Lane", #u"http://www.arcamax.com/thefunnies/ninechickweedlane"),
|
||||
# (u"9 Chickweed Lane", u"http://www.arcamax.com/thefunnies/ninechickweedlane"),
|
||||
# (u"Agnes", u"http://www.arcamax.com/thefunnies/agnes"),
|
||||
# (u"Andy Capp", #u"http://www.arcamax.com/thefunnies/andycapp"),
|
||||
# (u"Andy Capp", u"http://www.arcamax.com/thefunnies/andycapp"),
|
||||
(u"BC", u"http://www.arcamax.com/thefunnies/bc"),
|
||||
# (u"Baby Blues", #u"http://www.arcamax.com/thefunnies/babyblues"),
|
||||
# (u"Beetle Bailey", #u"http://www.arcamax.com/thefunnies/beetlebailey"),
|
||||
# (u"Baby Blues", u"http://www.arcamax.com/thefunnies/babyblues"),
|
||||
# (u"Beetle Bailey", u"http://www.arcamax.com/thefunnies/beetlebailey"),
|
||||
(u"Blondie", u"http://www.arcamax.com/thefunnies/blondie"),
|
||||
# u"Boondocks", u"http://www.arcamax.com/thefunnies/boondocks"),
|
||||
# (u"Cathy", u"http://www.arcamax.com/thefunnies/cathy"),
|
||||
# (u"Daddys Home", #u"http://www.arcamax.com/thefunnies/daddyshome"),
|
||||
# (u"Daddys Home", u"http://www.arcamax.com/thefunnies/daddyshome"),
|
||||
(u"Dilbert", u"http://www.arcamax.com/thefunnies/dilbert"),
|
||||
# (u"Dinette Set", #u"http://www.arcamax.com/thefunnies/thedinetteset"),
|
||||
# (u"Dinette Set", u"http://www.arcamax.com/thefunnies/thedinetteset"),
|
||||
(u"Dog Eat Doug", u"http://www.arcamax.com/thefunnies/dogeatdoug"),
|
||||
(u"Doonesbury", u"http://www.arcamax.com/thefunnies/doonesbury"),
|
||||
# (u"Dustin", u"http://www.arcamax.com/thefunnies/dustin"),
|
||||
(u"Family Circus", u"http://www.arcamax.com/thefunnies/familycircus"),
|
||||
(u"Garfield", u"http://www.arcamax.com/thefunnies/garfield"),
|
||||
# (u"Get Fuzzy", #u"http://www.arcamax.com/thefunnies/getfuzzy"),
|
||||
# (u"Girls and Sports", #u"http://www.arcamax.com/thefunnies/girlsandsports"),
|
||||
# (u"Hagar the Horrible", #u"http://www.arcamax.com/thefunnies/hagarthehorrible"),
|
||||
# (u"Heathcliff", #u"http://www.arcamax.com/thefunnies/heathcliff"),
|
||||
# (u"Jerry King Cartoons", #u"http://www.arcamax.com/thefunnies/humorcartoon"),
|
||||
# (u"Get Fuzzy", u"http://www.arcamax.com/thefunnies/getfuzzy"),
|
||||
# (u"Girls and Sports", u"http://www.arcamax.com/thefunnies/girlsandsports"),
|
||||
# (u"Hagar the Horrible", u"http://www.arcamax.com/thefunnies/hagarthehorrible"),
|
||||
# (u"Heathcliff", u"http://www.arcamax.com/thefunnies/heathcliff"),
|
||||
# (u"Jerry King Cartoons", u"http://www.arcamax.com/thefunnies/humorcartoon"),
|
||||
# (u"Luann", u"http://www.arcamax.com/thefunnies/luann"),
|
||||
# (u"Momma", u"http://www.arcamax.com/thefunnies/momma"),
|
||||
# (u"Mother Goose and Grimm", #u"http://www.arcamax.com/thefunnies/mothergooseandgrimm"),
|
||||
# (u"Mother Goose and Grimm", u"http://www.arcamax.com/thefunnies/mothergooseandgrimm"),
|
||||
(u"Mutts", u"http://www.arcamax.com/thefunnies/mutts"),
|
||||
# (u"Non Sequitur", #u"http://www.arcamax.com/thefunnies/nonsequitur"),
|
||||
# (u"Pearls Before Swine", #u"http://www.arcamax.com/thefunnies/pearlsbeforeswine"),
|
||||
# (u"Non Sequitur", u"http://www.arcamax.com/thefunnies/nonsequitur"),
|
||||
# (u"Pearls Before Swine", u"http://www.arcamax.com/thefunnies/pearlsbeforeswine"),
|
||||
# (u"Pickles", u"http://www.arcamax.com/thefunnies/pickles"),
|
||||
# (u"Red and Rover", #u"http://www.arcamax.com/thefunnies/redandrover"),
|
||||
# (u"Red and Rover", u"http://www.arcamax.com/thefunnies/redandrover"),
|
||||
# (u"Rubes", u"http://www.arcamax.com/thefunnies/rubes"),
|
||||
# (u"Rugrats", u"http://www.arcamax.com/thefunnies/rugrats"),
|
||||
(u"Speed Bump", u"http://www.arcamax.com/thefunnies/speedbump"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user