1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[fktv] Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-10-28 10:44:17 +01:00
parent 9ef55c5bbc
commit bbf1092ad0

View file

@ -6,7 +6,6 @@ import json
from .common import InfoExtractor
from ..utils import (
determine_ext,
get_element_by_id,
clean_html,
)