projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b5e1e
)
[noco.tv] Fix issue #6066: title interpreted as integer
author
Mitsukarenai
<mitsu@suumitsu.eu>
Wed, 24 Jun 2015 08:40:01 +0000
(10:40 +0200)
committer
Mitsukarenai
<mitsu@suumitsu.eu>
Wed, 24 Jun 2015 08:40:01 +0000
(10:40 +0200)
youtube_dl/extractor/noco.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/noco.py
b/youtube_dl/extractor/noco.py
index 5bbd2dcf66294f5f0e21b6aae000f9ddecd5c051..a53e27b274eaa21ac15a1dc5077001d520832696 100644
(file)
--- 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')