projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328f82d
)
[udemy] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Tue, 1 Dec 2015 18:51:47 +0000
(
00:51
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 1 Dec 2015 18:51:47 +0000
(
00:51
+0600)
youtube_dl/extractor/udemy.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/udemy.py
b/youtube_dl/extractor/udemy.py
index 26ae8cc36cd62772ec4eb97b34e8c0d2f017e2b3..2a54f3764276bd02c99b6680a39841882b037e1e 100644
(file)
--- a/
youtube_dl/extractor/udemy.py
+++ b/
youtube_dl/extractor/udemy.py
@@
-5,7
+5,6
@@
from ..compat import (
compat_HTTPError,
compat_urllib_parse,
compat_urllib_request,
- compat_urlparse,
)
from ..utils import (
ExtractorError,