Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / nfl.py
index cc7c921c364d64ee504fa6d31265d13a96565e8d..606e2294efb716cfe755d1b9564357dbda7f9039 100644 (file)
@@ -4,9 +4,11 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
+from ..compat import (
+    compat_urllib_parse_urlparse,
+)
 from ..utils import (
     ExtractorError,
-    compat_urllib_parse_urlparse,
     int_or_none,
     remove_end,
 )