mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -1,9 +1,9 @@ | ||||
| #!/usr/bin/env python3 | ||||
| import os | ||||
| import sys | ||||
| from os.path import dirname as dirn | ||||
| 
 | ||||
| sys.path.insert(0, dirn(dirn(os.path.abspath(__file__)))) | ||||
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) | ||||
| 
 | ||||
| import yt_dlp | ||||
| 
 | ||||
| ZSH_COMPLETION_FILE = "completions/zsh/_yt-dlp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan