Make __main__ work in all scenarios with relative imports
[youtube-dl] / youtube_dl / __main__.py
index 8c12bfb6477ff7f7626937ff373757539870baeb..ccc782bec162084147bfebbcbb8eb6bee86c191a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
-# -*- coding: utf-8 -*-
+
+# Execute with python -m youtube_dl
 
 import youtube_dl