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('CaricaturesbyKerryWaghorn', '/facesinthenews')
|
||||
add('CarlsLife', '/carlslife')
|
||||
add('CarteBlanche', '/carte-blanche')
|
||||
add('Cartertoons', '/cartertoons')
|
||||
add('CaseyandKyle', '/casey-and-kyle')
|
||||
add('Cathy', '/cathy')
|
||||
|
|
|
@ -11,7 +11,7 @@ from ..util import tagre
|
|||
class TheBrads(_BasicScraper):
|
||||
url = 'http://bradcolbow.com/archive/C4/'
|
||||
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"))
|
||||
multipleImagesPerStrip = True
|
||||
help = 'Index format: a letter and a number'
|
||||
|
|
|
@ -26,6 +26,7 @@ exclude_comics = [
|
|||
"BETWEENTHELINES", # comic unavailable
|
||||
"Bonner", # missing page
|
||||
"Buster", # comic unavailabe
|
||||
"CarteBlanche", # missing images
|
||||
"DALTONDOG", # comic unavailable
|
||||
"DellAndSteve", # too few comics
|
||||
"Dilbert", # redirect
|
||||
|
|
Loading…
Reference in a new issue