Change default mpd-type from 'old' to 'new'

This commit is contained in:
n0stal6ic
2026-07-14 10:12:47 -05:00
committed by GitHub
parent 41645f4243
commit 36639068ad
+1 -1
View File
@@ -45,7 +45,7 @@ class HULU(Service):
@click.option(
"-mt", "--mpd-type",
type=click.Choice(["new", "old"], case_sensitive=False),
default="old",
default="new",
help="Device profile to request (Old=166, New=210).",
)
@click.option("-m", "--movie", is_flag=True, default=False,