Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / imdb.py
index 6108ed5526ba37f2e5b8d14b604974ca3c3f8273..13a53a0cb39f70ed1aaf1713283852cdc3cebeb4 100644 (file)
@@ -4,7 +4,7 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urlparse,
 )
 
@@ -71,7 +71,7 @@ class ImdbListIE(InfoExtractor):
         },
         'playlist_count': 7,
     }
-    
+
     def _real_extract(self, url):
         list_id = self._match_id(url)
         webpage = self._download_webpage(url, list_id)