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( @click.option(
"-mt", "--mpd-type", "-mt", "--mpd-type",
type=click.Choice(["new", "old"], case_sensitive=False), type=click.Choice(["new", "old"], case_sensitive=False),
default="old", default="new",
help="Device profile to request (Old=166, New=210).", help="Device profile to request (Old=166, New=210).",
) )
@click.option("-m", "--movie", is_flag=True, default=False, @click.option("-m", "--movie", is_flag=True, default=False,