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
Don't forget trailing '%'
totalwebcasting
fnord
9 years ago
parent
9fefc88656
commit
593b77064c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
youtube_dl/compat.py
+ 3
- 0
youtube_dl/compat.py
View File
@ -98,6 +98,9 @@ except ImportError:
append
=
res
.
append
for
item
in
bits
[
1
:
]
:
if
item
==
'
'
:
append
(
b
'
%
'
)
continue
try
:
append
(
item
[
:
2
]
.
decode
(
'
hex
'
)
)
append
(
item
[
2
:
]
)
Write
Preview
Loading…
Cancel
Save