projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2f4a9
)
[safari] Remove unused imports
author
Sergey M․
<dstftw@gmail.com>
Sat, 12 Mar 2016 21:48:38 +0000
(
03:48
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 12 Mar 2016 21:48:38 +0000
(
03:48
+0600)
youtube_dl/extractor/safari.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/safari.py
b/youtube_dl/extractor/safari.py
index 10c7f39b0402b785369d8bfce6936ba1521b993f..256396bb8c21174fdaca4524c0b21d1ef7f802a9 100644
(file)
--- a/
youtube_dl/extractor/safari.py
+++ b/
youtube_dl/extractor/safari.py
@@
-4,12
+4,10
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from .brightcove import BrightcoveLegacyIE
from ..utils import (
ExtractorError,
sanitized_Request,
- smuggle_url,
std_headers,
urlencode_postdata,
update_url_query,