Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / veoh.py
index a7953a7e7c5d33b154435cd7b4afa354994f4bf5..01e258e32218c227c5de3caf60588baab56e9045 100644 (file)
@@ -4,8 +4,10 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_request,
+)
+from ..utils import (
     int_or_none,
     ExtractorError,
 )