projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4b8df
)
[francetv] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Sun, 19 Jul 2015 15:54:12 +0000
(21:54 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 19 Jul 2015 15:54:12 +0000
(21:54 +0600)
youtube_dl/extractor/francetv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/francetv.py
b/youtube_dl/extractor/francetv.py
index 08b1248056a1bf9bbe604f48aa6213dc98f57916..706ed9c994a3a0ae4a45fb4a3b2e31023e39f995 100644
(file)
--- 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,