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

Make wget automatically determine the file name. #536

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

Commits on Apr 4, 2018

  1. Giving a filename to wget is now optional.

    wget will try to determine the file name by:
    1. Stripping all trailing slashes
    2. Take everything right of the last remaining slash, meaning either the full domain name or the file or foldername on the server.
    Luca0208 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    fcc8e0a View commit details
    Browse the repository at this point in the history
  2. Adjusted codestyle

    Luca0208 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    0ad84b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1cec14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39ecc90 View commit details
    Browse the repository at this point in the history
  5. getFilename() needs to return something, because shell.resolve() is c…

    …alled before checking if the URL is valid
    Luca0208 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    a5bd04e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    4e8d7aa View commit details
    Browse the repository at this point in the history
  2. Replace return nil with return because we are exiting from the progra…

    …m and not from a function now.
    Luca0208 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    781141a View commit details
    Browse the repository at this point in the history
  3. err can't be nil

    Luca0208 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    67448f1 View commit details
    Browse the repository at this point in the history
  4. Adjust wget help file

    Luca0208 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    7a4dac3 View commit details
    Browse the repository at this point in the history