new updating scheme, based on GH downloads; also, check if not updateable (pip installed)
[youtube-dl] / youtube_dl / __main__.py
index 7f8410f2a7e4d3d1866459a92a558ae3c41d07c4..7022ea4bec75fb864cd58c3c3c9b5f2a15bc5d7a 100755 (executable)
@@ -7,6 +7,7 @@
 import sys
 
 if __package__ is None and not hasattr(sys, "frozen"):
+    # direct call of __main__.py
     import os.path
     sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))