[podnapisi] mistake about subtitle page url format
This commit is contained in:
parent
ff3f341104
commit
ad45004508
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class SearchPage(BasePage):
|
||||||
def iter_subtitles(self, language):
|
def iter_subtitles(self, language):
|
||||||
linksresults = self.parser.select(self.document.getroot(), 'a.subtitle_page_link')
|
linksresults = self.parser.select(self.document.getroot(), 'a.subtitle_page_link')
|
||||||
for link in linksresults:
|
for link in linksresults:
|
||||||
id = unicode(link.attrib.get('href', '').split('es-p')[-1])
|
id = unicode(link.attrib.get('href', '').split('-p')[-1])
|
||||||
name = unicode(link.text_content())
|
name = unicode(link.text_content())
|
||||||
tr = link.getparent().getparent().getparent()
|
tr = link.getparent().getparent().getparent()
|
||||||
cdtd = self.parser.select(tr, 'td')[4]
|
cdtd = self.parser.select(tr, 'td')[4]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue