projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6599c72
)
[tvplay] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Sun, 11 Sep 2016 15:51:12 +0000
(22:51 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 11 Sep 2016 15:51:12 +0000
(22:51 +0700)
youtube_dl/extractor/tvplay.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tvplay.py
b/youtube_dl/extractor/tvplay.py
index 5548ff2acc0e0bd39051d69acaddd86dd96e3c4e..58ffc0e6faf33ca7203b91b38041c90984132c38 100644
(file)
--- a/
youtube_dl/extractor/tvplay.py
+++ b/
youtube_dl/extractor/tvplay.py
@@
-16,7
+16,6
@@
from ..utils import (
parse_iso8601,
qualities,
try_get,
- js_to_json,
update_url_query,
)