Update __main__.py

This commit is contained in:
jayadeepm 2024-12-22 23:27:17 +05:30 committed by GitHub
commit 31d3679237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ if __package__ is None and not hasattr(sys, 'frozen'):
path = os.path.realpath(os.path.abspath(__file__))
sys.path.insert(0, os.path.dirname(os.path.dirname(path)))
import youtube_dl
import youtube_dl ---test
if __name__ == '__main__':
youtube_dl.main()