projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49bd8d5
)
[sportbox] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 5 Feb 2017 06:36:52 +0000
(13:36 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 5 Feb 2017 06:36:52 +0000
(13:36 +0700)
youtube_dl/extractor/sportbox.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/sportbox.py
b/youtube_dl/extractor/sportbox.py
index 05a0b5a804c6f91253d2f51bc4784553cc0750f6..e7bd5bf91921752757e1bc9beb390798b86a9c8a 100644
(file)
--- a/
youtube_dl/extractor/sportbox.py
+++ b/
youtube_dl/extractor/sportbox.py
@@
-4,11
+4,7
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..compat import compat_urlparse
-from ..utils import (
- js_to_json,
- unified_strdate,
-)
+from ..utils import js_to_json
class SportBoxEmbedIE(InfoExtractor):