mirror of
https://github.com/adef17286-sudo/NPO_start_DL.git
synced 2025-12-19 20:52:16 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 601a5d335e | |||
| 298f1179f7 | |||
| b3e4842a6d |
4
DL.py
4
DL.py
@ -166,6 +166,10 @@ def main():
|
|||||||
all_keypairs.extend(keys)
|
all_keypairs.extend(keys)
|
||||||
|
|
||||||
script_dir = Path(sys.argv[0]).parent.resolve()
|
script_dir = Path(sys.argv[0]).parent.resolve()
|
||||||
|
if sys.platform == "win32":
|
||||||
|
n_m3u8dl_re_path = script_dir / "N_m3u8DL-RE.exe"
|
||||||
|
mp4decrypt_path = script_dir / "mp4decrypt.exe"
|
||||||
|
else:
|
||||||
n_m3u8dl_re_path = script_dir / "N_m3u8DL-RE"
|
n_m3u8dl_re_path = script_dir / "N_m3u8DL-RE"
|
||||||
mp4decrypt_path = script_dir / "mp4decrypt"
|
mp4decrypt_path = script_dir / "mp4decrypt"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user