Fix Mangafox crash on Comments page
This commit is contained in:
parent
1ec64d0897
commit
c7f5b68c85
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class MangafoxBackend(GenericComicReaderBackend):
|
||||||
DESCRIPTION = 'Manga Fox manga reading website'
|
DESCRIPTION = 'Manga Fox manga reading website'
|
||||||
BROWSER_PARAMS = dict(
|
BROWSER_PARAMS = dict(
|
||||||
img_src_xpath="//img[@id='image']/attribute::src",
|
img_src_xpath="//img[@id='image']/attribute::src",
|
||||||
page_list_xpath="(//select[@onchange='change_page(this)'])[1]/option/@value",
|
page_list_xpath="(//select[@onchange='change_page(this)'])[1]/option[text()!='Comments']/@value",
|
||||||
page_to_location="%s.html")
|
page_to_location="%s.html")
|
||||||
ID_REGEXP = r'[^/]+/[^/]+(?:/[^/]+)?'
|
ID_REGEXP = r'[^/]+/[^/]+(?:/[^/]+)?'
|
||||||
URL_REGEXP = r'.+mangafox.com/manga/(%s).+' % ID_REGEXP
|
URL_REGEXP = r'.+mangafox.com/manga/(%s).+' % ID_REGEXP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue