X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fnoco.py;h=a53e27b274eaa21ac15a1dc5077001d520832696;hb=428e4e4a850df81031e8267dddf759da605639e3;hp=5bbd2dcf66294f5f0e21b6aae000f9ddecd5c051;hpb=01e21b89eefc32bcc4a92c3a82658cee139b6b2c;p=youtube-dl.git diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py index 5bbd2dcf6..a53e27b27 100644 --- a/youtube_dl/extractor/noco.py +++ b/youtube_dl/extractor/noco.py @@ -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')