mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	removed __main__.py from the root of the repo
This commit is contained in:
		
							parent
							
								
									743b28ce11
								
							
						
					
					
						commit
						20ba04267c
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @ -24,7 +24,8 @@ test: | ||||
| # TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them
 | ||||
| 
 | ||||
| youtube-dl: youtube_dl/*.py | ||||
| 	zip --quiet youtube-dl __main__.py youtube_dl/*.py | ||||
| 	zip --quiet youtube-dl youtube_dl/*.py | ||||
| 	zip --quiet --junk-paths youtube-dl youtube_dl/__main__.py | ||||
| 	echo '#!/usr/bin/env python' > youtube-dl | ||||
| 	cat youtube-dl.zip >> youtube-dl | ||||
| 	rm youtube-dl.zip | ||||
|  | ||||
| @ -1,6 +0,0 @@ | ||||
| #!/usr/bin/env python | ||||
| 
 | ||||
| import youtube_dl | ||||
| 
 | ||||
| if __name__ == '__main__': | ||||
|     youtube_dl.main() | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
						Filippo Valsorda