This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Merge pull request
#6067
from mitsukarenai/master
[noco.tv] Fix issue
#6066
: title interpreted as integer
totalwebcasting
Sergey M.
10 years ago
parent
18b5e1e534
1a1251e877
commit
022383139b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/noco.py
+ 1
- 1
youtube_dl/extractor/noco.py
View File
@ -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
'
)
Write
Preview
Loading…
Cancel
Save