Remove youtube-dl.

This commit is contained in:
gardouille 2017-01-17 18:29:26 +01:00
parent e8b0824a12
commit 44c0c566dd
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from youtube_dl import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())