xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
906 stars 127 forks source link

[BUG] wrong param order in readme instructions #205

Closed ernestd closed 1 year ago

ernestd commented 1 year ago

in the README file chat-downloader url --output file should be chat-downloader --output file url

Basic information

Describe the bug

A clear and concise description of what the bug is.

Command/Code used

If running from the command line, provide the following:

  1. The command used (including the verbose tag, -v):
    chat_downloader -v URL [OPTIONS]
  2. Output from the above command:
    [output goes here]

    If the output is too long, you can attach a text file or remove output which does not constitute to the problem.

Otherwise, if using the python module, provide the following:

  1. A minimal reproducible example:
    # python code
  2. Output, traceback or other information relating to the bug:
    [output or description]

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context/information

Add any other context or information about the problem here.

xenova commented 1 year ago

Hi. Both orders work. 👍