mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-08 06:43:33 +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
|
||||
|
||||
BASH_COMPLETION_FILE = "youtube-dl.bash-completion"
|
||||
|
||||
Reference in New Issue
Block a user