projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b71304
)
[tweakers] Remove unused imports
author
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:17:15 +0000
(
01:17
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:17:15 +0000
(
01:17
+0600)
youtube_dl/extractor/tweakers.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tweakers.py
b/youtube_dl/extractor/tweakers.py
index 6eeffb1ccc9419b9b125d76e18b62b6d16d8197a..f3198fb85adb29b8081b9735899dd574cb504c67 100644
(file)
--- a/
youtube_dl/extractor/tweakers.py
+++ b/
youtube_dl/extractor/tweakers.py
@@
-1,12
+1,6
@@
from __future__ import unicode_literals
from .common import InfoExtractor
-from ..utils import (
- xpath_text,
- xpath_with_ns,
- int_or_none,
- float_or_none,
-)
class TweakersIE(InfoExtractor):