many emptyfications
This commit is contained in:
parent
400cb1424e
commit
f6e2f0a657
13 changed files with 51 additions and 46 deletions
|
|
@ -65,7 +65,7 @@ class SubtitlesPage(BasePage):
|
|||
subtitle.url = url
|
||||
subtitle.language = unicode('fr')
|
||||
subtitle.nb_cd = nb_cd
|
||||
subtitle.description = NotAvailable.__unicode__()
|
||||
subtitle.description = NotAvailable
|
||||
return subtitle
|
||||
|
||||
def iter_subtitles(self,language, pattern):
|
||||
|
|
@ -108,5 +108,5 @@ class SubtitlesPage(BasePage):
|
|||
subtitle.url = url
|
||||
subtitle.language = unicode('fr')
|
||||
subtitle.nb_cd = nb_cd
|
||||
subtitle.description = NotAvailable.__unicode__()
|
||||
subtitle.description = NotAvailable
|
||||
yield subtitle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue