]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sohu.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / yt_dlp / extractor / sohu.py
index c0ff4f9aa86e489f540c921ba3dd40f777d15dd2..a41ad303a578057371d45bcf98f6f2af74e5eff5 100644 (file)
@@ -8,13 +8,13 @@
 )
 from ..utils import (
     ExtractorError,
-    int_or_none,
     float_or_none,
-    url_or_none,
-    unified_timestamp,
+    int_or_none,
+    traverse_obj,
     try_get,
+    unified_timestamp,
+    url_or_none,
     urljoin,
-    traverse_obj,
 )