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
[jsinterp] Remove superfluous u
totalwebcasting
Philipp Hagemeister
11 years ago
parent
6f9d4d542f
commit
61989fb5e9
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/jsinterp.py
+ 1
- 1
youtube_dl/jsinterp.py
View File
@ -59,7 +59,7 @@ class JSInterpreter(object):
if
member
==
'
split(
"
"
)
'
:
return
list
(
val
)
if
member
==
'
join(
"
"
)
'
:
return
u
'
'
.
join
(
val
)
return
'
'
.
join
(
val
)
if
member
==
'
length
'
:
return
len
(
val
)
if
member
==
'
reverse()
'
:
Write
Preview
Loading…
Cancel
Save