Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / prosiebensat1.py
index 1262793c820f335dfe940eafb224495af168495e..385681d06e3dda356193d9f89c7ccbdd4cbde453 100644 (file)
@@ -5,8 +5,10 @@ import re
 
 from hashlib import sha1
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse,
+)
+from ..utils import (
     unified_strdate,
 )