episodes without season/episode are season 1, add season besides having it in the title, fixes #1548
This commit is contained in:
parent
8038b0d13f
commit
96f7975747
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ class Imdb(SiteParser):
|
|||
self['seriesTitle'], self['season'], self['episode'], self['episodeTitle'])
|
||||
else:
|
||||
self['title'] = "%s (S01) %s" % (self['seriesTitle'], self['episodeTitle'])
|
||||
self['season'] = 1
|
||||
self['title'] = self['title'].strip()
|
||||
if 'director' in self:
|
||||
self['episodeDirector'] = self['director']
|
||||
|
|
Loading…
Reference in a new issue