New features:
 - Should correctly handle 10.5 or 1A episode numbers
 - Change characters in series name that are not allowed in filename (or could cause issues, like slash ( / ) or single quote ( ' )
 - Prevent overwrite of existing files (usefull when different season report the same number)
 - If an error during episode metadata scraping, it will set to Season 0, episode 0 (look at the logs!)
 - If an episode is not available yet, it will be skipped
This commit is contained in:
Godzil
2016-09-07 21:59:20 +01:00
parent 714a528f8b
commit 121efc03a7

View File

@@ -12,7 +12,7 @@
"type": "git",
"url": "git://github.com/Godzil/crunchyroll.js.git"
},
"version": "1.1.8",
"version": "1.1.9",
"bin": {
"crunchy": "./bin/crunchy"
},