munstein / instagram-download-machine

C# Instagram video and image downloader
8 stars 3 forks source link

StartIndex cannot be less than zero. (Parameter 'startIndex') #1

Open yashkoli44 opened 4 years ago

yashkoli44 commented 4 years ago

This Error is thrown when the following line is executed: string fileUrl = GetFileUrl(responseFromServer);

Levris commented 3 years ago

Same Issue ! It unuseful now ! first you need edit line private const string videoKey = "video_url\":\""; private const string imgKey = "display_url\":\""; like that without spaces but instagram return a 403 error it means need auth and whis code try to work withuot that ;(