projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59623e
)
[funimation] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Fri, 11 Dec 2015 18:39:44 +0000
(
00:39
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 11 Dec 2015 18:39:44 +0000
(
00:39
+0600)
youtube_dl/extractor/funimation.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/funimation.py
b/youtube_dl/extractor/funimation.py
index 8af2e907c915d1a24e2ef97b33235455159e9e06..35328997b88b1afa46034479c73d94fe278f8f40 100644
(file)
--- a/
youtube_dl/extractor/funimation.py
+++ b/
youtube_dl/extractor/funimation.py
@@
-4,7
+4,6
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..compat import compat_urllib_request
from ..utils import (
clean_html,
determine_ext,