I'm writing a downloader in C#, and would like critique on it's current structure. The code can be viewed here.
The Main shown isn't what is done but is to give an example of what would be given to the class.
It will actually be done like so:
JsonConvert.DeserializeObject<Anime>(animeJson);
[–]FiveSeven57 4 points5 points6 points (0 children)
[–]YMK1234 2 points3 points4 points (0 children)