about summary refs log tree commit diff
path: root/youtube_dl/extractor/francetv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-19 21:54:12 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-19 21:54:12 +0600
commit1d18e26ecad636cb88ee9710807e9583eec98cd4 (patch)
tree9059bbeb23a85881bd03d02b9cd90ad682899544 /youtube_dl/extractor/francetv.py
parentac4b8df5e47a113da5bb66fc975f938bc176b58c (diff)
downloadyoutube-dl-1d18e26ecad636cb88ee9710807e9583eec98cd4.tar.gz
youtube-dl-1d18e26ecad636cb88ee9710807e9583eec98cd4.tar.xz
youtube-dl-1d18e26ecad636cb88ee9710807e9583eec98cd4.zip
[francetv] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/francetv.py')
-rw-r--r--youtube_dl/extractor/francetv.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py
index 08b124805..706ed9c99 100644
--- a/youtube_dl/extractor/francetv.py
+++ b/youtube_dl/extractor/francetv.py
@@ -6,10 +6,7 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..compat import (
-    compat_urllib_parse_urlparse,
-    compat_urlparse,
-)
+from ..compat import compat_urlparse
 from ..utils import (
     clean_html,
     ExtractorError,