Closed EinarasGar closed 8 years ago
It fails to build.
Type 'YTDL' is not defined.
@SilentSys here you go, this should fix it. It failed to build because i didint include .vbproj file and after testing it further more it kept giving me Newtonsoft.Json error, so i'v uploaded all project.
Also what I noticed id that in release build you have to have SLAM.exe.config file, otherwise it gives error: https://gyazo.com/99394f50e70589b727e4abab3edc0eb8 but im pretty sure there is a fix to it somewhere...
There is a hard coded reference to CSGO in the output file path on line 99 of YTDL.vb
WaveFileWriter.CreateWaveFile("csgo/" + pavadinimas + ".wav", resampler)
@g0ddish Thanks. Fixed.
Added YouTube downloader feature.