Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
183 stars 56 forks source link

Use filepath.Split instead of path.Split so DownloadTo works on windows #67

Closed tmstn closed 5 months ago

tmstn commented 10 months ago

I had to add this to get the DownloadTo to work on windows. It should be cross platform compatible.