[youtube] Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 09:59:19 +0000 (10:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 30 Jan 2015 09:59:19 +0000 (10:59 +0100)
youtube_dl/extractor/youtube.py

index a9e4443510bc58e6d74820469f10852f64ecc5e7..3b3678c6e638d29000dd6728358c76b319af4b9f 100644 (file)
@@ -28,7 +28,6 @@ from ..utils import (
     get_element_by_attribute,
     get_element_by_id,
     int_or_none,
-    js_to_json,
     OnDemandPagedList,
     orderedSet,
     unescapeHTML,