Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / streamcz.py
index 77870483998d90baa29a8ca03ae9ce8a0783e497..c3ceb5f76d450001affda86e79466607b677e8f5 100644 (file)
@@ -1,13 +1,7 @@
 # -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
-import re
-import json
-
 from .common import InfoExtractor
-from ..compat import (
-    compat_str,
-)
 from ..utils import (
     int_or_none,
 )