]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__main__.py
[ie/radiocomercial] Add extractors (#8508)
[yt-dlp.git] / yt_dlp / __main__.py
index c9d275b86334259bb549224d0f76e900a7357ceb..78701df8d3b21aef0e365576de23046afe3cb9ee 100644 (file)
@@ -1,10 +1,11 @@
 #!/usr/bin/env python3
+
 # Execute with
 # $ python -m yt_dlp
 
 import sys
 
-if __package__ is None and not hasattr(sys, 'frozen'):
+if __package__ is None and not getattr(sys, 'frozen', False):
     # direct call of __main__.py
     import os.path
     path = os.path.realpath(os.path.abspath(__file__))