mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Remove disable-music-video-skip CLI option
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user