Remove disable-music-video-skip CLI option

This commit is contained in:
Rafael Moraes
2025-10-21 20:02:32 -03:00
parent 6fcb29a8ee
commit e104ee72a6
-6
View File
@@ -161,11 +161,6 @@ def make_sync(func):
type=str,
required=True,
)
@click.option(
"--disable-music-video-skip",
is_flag=True,
help="Don't skip downloading music videos in albums/playlists.",
)
@click.option(
"--read-urls-as-txt",
"-r",
@@ -425,7 +420,6 @@ def make_sync(func):
@make_sync
async def main(
urls: list[str],
disable_music_video_skip: bool,
read_urls_as_txt: bool,
config_path: str,
log_level: str,