force HMAX to use CDM only(No cache key)

This commit is contained in:
2026-03-31 21:42:52 +07:00
parent c899eb5ca6
commit c659d70438

View File

@@ -95,6 +95,8 @@ class USK(ScheduleBot):
if title_config['absolute_season']:
cmd += ['--season-overwrite',str(int(title_config['absolute_season'])+int(title_config['season']))]
if title_config['Service'] in ['HMAX']:
cmd += ["--cdm-only"]
cmd += ['--quality', str(title_config['quality'])]
cmd += ['--range', title_config['range']]