ScudLee / anime-lists

147 stars 104 forks source link

update.bat fixes #323

Open slohj opened 4 years ago

slohj commented 4 years ago

See the comment on commit d930acc. A similar fix for update.bat is needed for windows users. I need help from anyone that uses windows. curl with https will not automatically decompress the animetitles.xml file as it is served as a gziped file. Therefore it needs to be decompressed with an external utility. 7z is the most recommended utility for windows but I am unaware of just how widespread it is and I'm not familiar with it's syntax.