mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[skip travis] renaming
to avoid using same folder when using pip install for example
This commit is contained in:
		| @@ -6,9 +6,9 @@ from os.path import dirname as dirn | ||||
| import sys | ||||
|  | ||||
| sys.path.insert(0, dirn(dirn((os.path.abspath(__file__))))) | ||||
| import youtube_dl | ||||
| import youtube_dlc | ||||
|  | ||||
| ZSH_COMPLETION_FILE = "youtube-dl.zsh" | ||||
| ZSH_COMPLETION_FILE = "youtube-dlc.zsh" | ||||
| ZSH_COMPLETION_TEMPLATE = "devscripts/zsh-completion.in" | ||||
|  | ||||
|  | ||||
| @@ -45,5 +45,5 @@ def build_completion(opt_parser): | ||||
|         f.write(template) | ||||
|  | ||||
|  | ||||
| parser = youtube_dl.parseOpts()[0] | ||||
| parser = youtube_dlc.parseOpts()[0] | ||||
| build_completion(parser) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unknown
					Unknown