Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / nbc.py
index bf5132721ecfe03d5ced4e637c512fe23ff6791c..690c46b6a57be11edf36899b959318af5e482119 100644 (file)
@@ -4,8 +4,10 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_str,
+)
+from ..utils import (
     ExtractorError,
     find_xpath_attr,
 )