aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/brightcove.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-16 21:47:51 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-16 21:47:51 +0600
commit96f4f796fb02e3ef13fa6584b8f77ebafaabf59f (patch)
tree7c8f6a87909a7394a0e9ec56e6185e228435fd8d /youtube_dl/extractor/brightcove.py
parent70cab344c48598904fde657620156be62b70ee0d (diff)
downloadyoutube-dl-96f4f796fb02e3ef13fa6584b8f77ebafaabf59f.tar.xz
[brightcover] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
-rw-r--r--youtube_dl/extractor/brightcove.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py
index 3ab383461..59e8008f9 100644
--- a/youtube_dl/extractor/brightcove.py
+++ b/youtube_dl/extractor/brightcove.py
@@ -9,7 +9,6 @@ from ..compat import (
compat_etree_fromstring,
compat_parse_qs,
compat_str,
- compat_urllib_parse,
compat_urllib_parse_urlparse,
compat_urlparse,
compat_xml_parse_error,