Browse Source

[tvplay] Remove unused import

Sergey M․ 9 years ago
parent
commit
bc9186c882
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/tvplay.py

+ 0 - 1
youtube_dl/extractor/tvplay.py

@@ -16,7 +16,6 @@ from ..utils import (
     parse_iso8601,
     qualities,
     try_get,
-    js_to_json,
     update_url_query,
 )