Fix some comics.
This commit is contained in:
parent
e96c68c378
commit
0215ae82af
3 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,6 @@ add('CalvinandHobbes', '/calvinandhobbes')
|
||||||
add('Candorville', '/candorville')
|
add('Candorville', '/candorville')
|
||||||
add('CaricaturesbyKerryWaghorn', '/facesinthenews')
|
add('CaricaturesbyKerryWaghorn', '/facesinthenews')
|
||||||
add('CarlsLife', '/carlslife')
|
add('CarlsLife', '/carlslife')
|
||||||
add('CarteBlanche', '/carte-blanche')
|
|
||||||
add('Cartertoons', '/cartertoons')
|
add('Cartertoons', '/cartertoons')
|
||||||
add('CaseyandKyle', '/casey-and-kyle')
|
add('CaseyandKyle', '/casey-and-kyle')
|
||||||
add('Cathy', '/cathy')
|
add('Cathy', '/cathy')
|
||||||
|
|
|
@ -11,7 +11,7 @@ from ..util import tagre
|
||||||
class TheBrads(_BasicScraper):
|
class TheBrads(_BasicScraper):
|
||||||
url = 'http://bradcolbow.com/archive/C4/'
|
url = 'http://bradcolbow.com/archive/C4/'
|
||||||
stripUrl = url + '%s'
|
stripUrl = url + '%s'
|
||||||
imageSearch = compile(tagre("img", "src", r'(http://s3\.amazonaws\.com/the_brads/the-?brads-[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'(http://s3\.amazonaws\.com/the_brads/the-?brads[-_][^"]+)'))
|
||||||
prevSearch = compile(tagre("a", "href", r'(http://bradcolbow\.com/archive/C4/[^"]+)', before="prev"))
|
prevSearch = compile(tagre("a", "href", r'(http://bradcolbow\.com/archive/C4/[^"]+)', before="prev"))
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
help = 'Index format: a letter and a number'
|
help = 'Index format: a letter and a number'
|
||||||
|
|
|
@ -26,6 +26,7 @@ exclude_comics = [
|
||||||
"BETWEENTHELINES", # comic unavailable
|
"BETWEENTHELINES", # comic unavailable
|
||||||
"Bonner", # missing page
|
"Bonner", # missing page
|
||||||
"Buster", # comic unavailabe
|
"Buster", # comic unavailabe
|
||||||
|
"CarteBlanche", # missing images
|
||||||
"DALTONDOG", # comic unavailable
|
"DALTONDOG", # comic unavailable
|
||||||
"DellAndSteve", # too few comics
|
"DellAndSteve", # too few comics
|
||||||
"Dilbert", # redirect
|
"Dilbert", # redirect
|
||||||
|
|
Loading…
Reference in a new issue