From ad030cd1f7b126b94e482b41295084ae22bf8fab Mon Sep 17 00:00:00 2001 From: Izuco <57068530+izu-co@users.noreply.github.com> Date: Sat, 3 Jul 2021 21:13:25 +0200 Subject: [PATCH] Update version and doc files --- docs/CHANGELOG.md | 2 ++ docs/README.md | 17 ++++++++++------- package.json | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0cb42ae..4231816 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ ## Change Log +This changelog is out of date and wont be continued. Please see the releases comments, or if not present the commit comments. + ### 4.7.0 (unreleased) - Change subtitles parser from ttml to vtt - Improve help command diff --git a/docs/README.md b/docs/README.md index a7b1edd..aa739da 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,15 +42,20 @@ After installing NodeJS with NPM go to directory with `package.json` file and ty * `-s -e ` sets the show id and episode ids (comma-separated, hyphen-sequence) * `-q ` sets the video layer quality [1...10] (optional, 0 is max) +* `--all` download all videos at once * `--alt` alternative episode listing (if available) -* `--sub` switch from English dub to Japanese dub with subtitles +* `--sub` select one or more subtile language +* `--dub` select one or more dub languages * `--simul` force select simulcast version instead of uncut version * `-x` select server -* `--novids` skip download videos (for downloading subtitles only) +* `--novids` skip download videos * `--nosubs` skip download subtitles for Dub (if available) +* `--noaudio` skip downloading audio ### Proxy +The proxy is currently unmainted. Use at your on risk. + * `--proxy ` http(s)/socks proxy WHATWG url (ex. https://myproxyhost:1080) * `--proxy-auth ` Colon-separated username and password for proxy * `--ssp` don't use proxy for stream downloading @@ -63,10 +68,8 @@ After installing NodeJS with NPM go to directory with `package.json` file and ty ### Filenaming (optional) -* `-a ` release group ("Funimation" by default) -* `-t ` show title override -* `--ep ` episode number override (ignored in batch mode) -* `--suffix ` filename suffix override (first "SIZEp" will be replaced with actual video size, "SIZEp" by default) +* `--fileName` Set the filename template. Use ${variable_name} to insert variables. + You may use 'title', 'episode', 'showTitle', 'season', 'width', 'height' as variables. ### Utility @@ -75,7 +78,7 @@ After installing NodeJS with NPM go to directory with `package.json` file and ty ## Filename Template -[`release group`] `title` - `episode` [`suffix`].`extension` +[Funimation] ${showTitle} - ${episode} [${height}p]"] ## CLI Examples diff --git a/package.json b/package.json index 9ab9f31..2c4be24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "funimation-downloader-nx", "short_name": "funi", - "version": "4.8.3", + "version": "4.9.0", "description": "Download videos from Funimation via cli.", "keywords": [ "download",