scraper minor fix
This commit is contained in:
parent
a8c4cae578
commit
c0f90cc0d8
1 changed files with 1 additions and 0 deletions
|
@ -470,6 +470,7 @@ class DoubanMovieScraper(DoubanScrapperMixin, AbstractScraper):
|
|||
duration = duration_elem[0].strip()
|
||||
if other_duration_elem:
|
||||
duration += other_duration_elem[0].rstrip()
|
||||
duration = duration.split('/')[0].strip()
|
||||
else:
|
||||
duration = None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue