Remove media_dir configuration, as that is covered by video_dir

This commit is contained in:
Grant Sanderson
2021-01-05 22:38:25 -08:00
parent 9d7b2873bb
commit 6486938c59

View File

@ -120,10 +120,6 @@ def parse_cli():
action="store_true",
help="Leave progress bars displayed in terminal",
)
parser.add_argument(
"--media_dir",
help="directory to write media",
)
parser.add_argument(
"--video_dir",
help="directory to write video",