[channel9] Update tests' thumbnails
[youtube-dl] / youtube_dl / extractor / bliptv.py
index a69ee482b122be066ded94702bcd28e3ddec1794..c3296283d0dfd1dd753b6e31082e48361414baa3 100644 (file)
@@ -5,7 +5,6 @@ import re
 from .common import InfoExtractor
 
 from ..compat import (
-    compat_str,
     compat_urllib_request,
     compat_urlparse,
 )