Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new options to the download command #141

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2023

  1. add skip option

    Add options 'Yes,' 'always yes,' 'skip,' 'always skip,' and 'abort' when target file exists
    NuVanDibe authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    45d22a1 View commit details
    Browse the repository at this point in the history
  2. add --skipall argument

    Skip the current file if it already exists without prompting
    NuVanDibe authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e1b5f76 View commit details
    Browse the repository at this point in the history
  3. Remove whitespace

    They're insidious
    NuVanDibe authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    687b7f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Update utils.py

    "Aye-Aye" is in twitch's clip url dictionary. It has a hyphen. The clip URL pattern has been modified to support hyphens.
    NuVanDibe authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a9d0ffa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add new options to the download command

    Highlights:
    --all: Download all videos on a channel
    --execute-before and --execute-after: Run a command before and after downloading a file, optionally skipping the download when running --execute-before if the script returns non-zero
    
    Other commands added to support my use case.
    allquixotic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    99e1a4c View commit details
    Browse the repository at this point in the history