[cineoob] integration of ICapSubtitle, new command search_movie_subtitle
small corrections to attilasub
This commit is contained in:
parent
e37dd25f07
commit
501ff0d200
3 changed files with 129 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ class SubtitlesPage(BasePage):
|
|||
original_title = " ".join(original_title_words)
|
||||
|
||||
nb_cd = self.parser.select(cols[2],'font',1).text.strip()
|
||||
nb_cd = int(nb_cd.split()[0])
|
||||
nb_cd = int(nb_cd.strip(' CD'))
|
||||
name = "%s (%s)"%(original_title,traduced_title)
|
||||
href = self.parser.select(cols[3],'a',1).attrib.get('href','')
|
||||
url = "http://davidbillemont3.free.fr/%s"%href
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue