Skip to content
Snippets Groups Projects
Commit 213e77a7 authored by Georg Teufelberger's avatar Georg Teufelberger
Browse files

Change flag to print video link source

Changed from `--print-src` to `--print-source` to be more expressive
parent 9492f98f
No related branches found
No related tags found
1 merge request!8Merge features from dev to master
......@@ -627,7 +627,7 @@ def apply_args(args):
- bug
- all
- quality
- print-src
- print-source
- destination
- history
"""
......@@ -707,7 +707,7 @@ def setup_arg_parser():
help="A file to which the scraper saves the IDs of downloaded videos to. The scraper will skip downloads if the corresponding ID exists in the specified file."
)
parser.add_argument(
"-p", "--print-src",
"-p", "--print-source",
metavar="FILE",
nargs="?",
default=argparse.SUPPRESS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment