projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb4600
)
[udemy] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Thu, 31 Mar 2016 17:00:11 +0000
(23:00 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 31 Mar 2016 17:00:11 +0000
(23:00 +0600)
youtube_dl/extractor/udemy.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/udemy.py
b/youtube_dl/extractor/udemy.py
index 1784599e9dac8b1a1f1da56c5cec7966219114cf..e91cf44fec8b7c6fa3db176911c8446ffa6703a2 100644
(file)
--- a/
youtube_dl/extractor/udemy.py
+++ b/
youtube_dl/extractor/udemy.py
@@
-17,7
+17,6
@@
from ..utils import (
int_or_none,
sanitized_Request,
unescapeHTML,
- update_url_query,
urlencode_postdata,
)