projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd42d0
)
[veehd] Use compat_urllib_parse_unquote
author
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 18:04:25 +0000
(
00:04
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 18:04:25 +0000
(
00:04
+0600)
youtube_dl/extractor/veehd.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/veehd.py
b/youtube_dl/extractor/veehd.py
index 346edf485998e973f4a56f8dee3213093f90aae1..0d8d832cc0890a8cb99c8388b1b9fc1964396d23 100644
(file)
--- a/
youtube_dl/extractor/veehd.py
+++ b/
youtube_dl/extractor/veehd.py
@@
-5,6
+5,7
@@
import json
from .common import InfoExtractor
from ..compat import (
+ compat_urllib_parse_unquote,
compat_urlparse,
)
from ..utils import (
@@
-76,7
+77,7
@@
class VeeHDIE(InfoExtractor):
if config_json:
config = json.loads(config_json)
- video_url = compat_url
parse.
unquote(config['clip']['url'])
+ video_url = compat_url
lib_parse_
unquote(config['clip']['url'])
if not video_url:
video_url = self._html_search_regex(