]> jfr.im git - yt-dlp.git/blobdiff - devscripts/make_supportedsites.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / devscripts / make_supportedsites.py
index d8c53c5e13041fccad092962edab171235768741..e46f7af565dfaac46b99eb4711df7d4b7ee41b5e 100644 (file)
@@ -1,10 +1,14 @@
 #!/usr/bin/env python3
-import optparse
+
+# Allow direct execution
 import os
 import sys
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
+import optparse
+
 from yt_dlp.extractor import list_extractor_classes