mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-08 10:03:46 +08:00
committed by
dabiboo
Unverified
parent
f810b95d78
commit
bf371b9d3d
@@ -5,7 +5,7 @@ import os
|
||||
from os.path import dirname as dirn
|
||||
import sys
|
||||
|
||||
sys.path.append(dirn(dirn((os.path.abspath(__file__)))))
|
||||
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
|
||||
import youtube_dl
|
||||
|
||||
ZSH_COMPLETION_FILE = "youtube-dl.zsh"
|
||||
|
||||
Reference in New Issue
Block a user