schneidermanuel / TwitchLeecher-Dx

Twitch Leecher DX - The Broadcast Downloader
MIT License
112 stars 5 forks source link

URLs invalid #28

Closed Superspaz closed 2 months ago

Superspaz commented 3 months ago

When trying to download any vod that's around 24hrs old or newer the search box is highlighted in red and the message "One or more URLs are invalid!" is displayed. The same thing happens with ID search.

I was still on 3.5.6 when this first happened and found out a newer version has been released so I thought installing 3.5.7 would most likely fix it but the error is still occurring exactly the same way. Steps to reproduce Attempt to search a vod by URL or ID that's been out for less than a day.

saitek93 commented 2 months ago

The code has to be changed to use int64, because int32 can't work with VODs thats ID is past 2147483647.

Hoping for an update soon.

schneidermanuel commented 2 months ago

Thanks for the Input, will have a look at this this week

schneidermanuel commented 2 months ago

The code has to be changed to use int64, because int32 can't work with VODs thats ID is past 2147483647.

Hoping for an update soon.

This helped me a lot. Fixed with #32