]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__main__.py
[cleanup] Remove unused code paths (#2173)
[yt-dlp.git] / yt_dlp / __main__.py
index c9f41473db70e31b426a35c14ca622ec7ecaa782..fb2726bd3f135981d73029eb70f05c657f9c7082 100644 (file)
@@ -2,8 +2,7 @@
 from __future__ import unicode_literals
 
 # Execute with
-# $ python yt_dlp/__main__.py (2.6+)
-# $ python -m yt_dlp          (2.7+)
+# $ python -m yt_dlp
 
 import sys