Remove youtube-dl.
This commit is contained in:
		
							parent
							
								
									e8b0824a12
								
							
						
					
					
						commit
						44c0c566dd
					
				
							
								
								
									
										11
									
								
								youtube-dl
								
								
								
								
							
							
						
						
									
										11
									
								
								youtube-dl
								
								
								
								
							|  | @ -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()) | ||||
		Loading…
	
		Reference in New Issue