Skip to content

Commit

Permalink
Change flag to print video link source
Browse files Browse the repository at this point in the history
Changed from `--print-src` to `--print-source` to be more expressive
  • Loading branch information
gteufelberger committed Sep 18, 2020
1 parent 9492f98 commit 213e77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vo-scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def apply_args(args):
- bug
- all
- quality
- print-src
- print-source
- destination
- history
"""
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 213e77a

Please sign in to comment.