lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.52k stars 259 forks source link

beginning/ending time format error #1056

Closed SourLemonJuice closed 1 month ago

SourLemonJuice commented 1 month ago

Checklist

Edition

Command Line Interface

Describe your issue here

I want to use CLI to download a VOD to test this tool. But it returnes:

ERROR(S):
  Option 'b, beginning' is defined with a bad format.
  Option 'e, ending' is defined with a bad format.

If I just use second it still can work, but most format of CLI Readme was not.

Even the example TwitchDownloaderCLI videodownload --id 612942303 -b 0:01:40 -e 0:03:20 -o video.mp4 or -b '0:01:40' -e '0:03:20' can't works.

Add any related files or extra information here

VOD id: 2144848002 Full command: TwitchDownloaderCLI videodownload --id 2144848002 --quality 360p30 -b 0:40:00 -e 0:41:00 --output ./test.mp4 I have tried both github release and AUR version on Archlinux.

ScrubN commented 1 month ago

Sorry, the new time format isn't released yet. I know it's awkward when the readme is not in sync with release features, but the next version should be out soon.

ScrubN commented 1 month ago

1.54.3 is now out.