lay295 / TwitchDownloader

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

Kick support - unable to get video information with VOD link #961

Closed joshmcorreia closed 5 months ago

joshmcorreia commented 5 months ago

Checklist

Edition

Both

Describe your issue here

System: Windows 11

I built the kick-support branch from source and it seems like it built properly, but I'm unable to get either the CLI or the GUI to work with kick links.

Here's an example of the CLI output:

PS C:\Users\JoshCorreia\Desktop\downloader\TwitchDownloader\TwitchDownloaderCLI\bin\Release\net6.0\publish\Windows> .\TwitchDownloaderCLI.exe videodownload --id https://kick.com/video/ca5c695b-5ca4-4e03-b4b5-3b20752ff865 -o out.mp4
TwitchDownloaderCLI 1.54.0 Copyright (c) lay295 and contributors
[ERROR] - Unable to parse Vod ID/URL.

If I try it in the GUI I also receive an error:

Unable to get video information. Please make sure the Link/ID is correct and try again.

In the log it says

ERROR: Dll was not found.

I've tried multiple links and haven't been able to get any kick vods to work. Am I doing something wrong?

image

Thank you!

Add any related files or extra information here

VOD example (1min 5sec video length for quick test): https://kick.com/video/ca5c695b-5ca4-4e03-b4b5-3b20752ff865

joshmcorreia commented 5 months ago

I was able to fix this based on https://github.com/lay295/TwitchDownloader/issues/920.

Copy all of the files inside the folder

TwitchDownloader\TwitchDownloaderWPF\bin\Release\net6.0-windows\publish\win-x64\Curl-Impersonate\

to

TwitchDownloader\TwitchDownloaderWPF\bin\Release\net6.0-windows\publish\win-x64\

and relaunch the UI and it will work properly 😄