[noco.tv] Fix issue : title interpreted as integer

pull/8/head
Mitsukarenai 2015-06-24 10:40:01 +02:00
rodzic 18b5e1e534
commit 1a1251e877
1 zmienionych plików z 1 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

@ -195,7 +195,7 @@ class NocoIE(InfoExtractor):
if episode_number:
title += ' #' + compat_str(episode_number)
if episode:
title += ' - ' + episode
title += ' - ' + compat_str(episode)
description = show.get('show_resume') or show.get('family_resume')