projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef55c5
)
[fktv] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 28 Oct 2014 09:44:17 +0000
(10:44 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 28 Oct 2014 09:44:17 +0000
(10:44 +0100)
youtube_dl/extractor/fktv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fktv.py
b/youtube_dl/extractor/fktv.py
index 990bee8baa80d3ba15a48227a5c45b1b1bc220f3..21b89142c118de83e4d5be6856ac9a3b3f3232c8 100644
(file)
--- a/
youtube_dl/extractor/fktv.py
+++ b/
youtube_dl/extractor/fktv.py
@@
-6,7
+6,6
@@
import json
from .common import InfoExtractor
from ..utils import (
- determine_ext,
get_element_by_id,
clean_html,
)