From ec8c2c771690148efe85ba9c1ee803292de75a2e Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 7 Sep 2016 21:59:20 +0100 Subject: [PATCH] 1.1.9 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdfb225..6ff5561 100644 --- a/package.json +++ b/package.json @@ -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" },