Skip to content

Commit ec56ccb

Browse files
committed
Update shaka link
- oh no
1 parent d734faf commit ec56ccb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/utils/hiyahtv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def mp4decrypt(keys, config):
3535
return mp4decrypt_command
3636
def shaka_packager(keys, config):
3737
if os.name == 'nt':
38-
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "3.4.2_packager-win-x64.exe")]
38+
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "shaka_packager_win.exe")]
3939
else:
40-
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "3.4.2_packager-linux-arm64")]
40+
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "shaka_packager_linux_arm64")]
4141
for key in keys:
4242
if key["type"] == "CONTENT":
4343
shaka_decrypt_command.extend(

ext/utils/hulu_jp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def mp4decrypt(keys, config):
3636
return mp4decrypt_command
3737
def shaka_packager(keys, config):
3838
if os.name == 'nt':
39-
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "3.4.2_packager-win-x64.exe")]
39+
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "shaka_packager_win.exe")]
4040
else:
41-
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "3.4.2_packager-linux-arm64")]
41+
shaka_decrypt_command = [os.path.join(config["directorys"]["Binaries"], "shaka_packager_linux_arm64")]
4242
for key in keys:
4343
if key["type"] == "CONTENT":
4444
shaka_decrypt_command.extend(

0 commit comments

Comments
 (0)