Compare commits

..

No commits in common. "main" and "Linux_v1" have entirely different histories.

4
DL.py
View File

@ -166,10 +166,6 @@ 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"