dependabot[bot] ff26a1095a Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 05:24:42 +00:00
2019-06-06 23:10:28 +02:00
2019-06-06 23:10:28 +02:00
2019-06-06 23:10:28 +02:00
2019-06-06 23:10:28 +02:00
2020-03-14 12:33:32 +01:00
2020-03-14 12:33:32 +01:00
2022-12-09 05:24:42 +00:00

decrypt-dlc-cli

Decrypt DLC files with http://dcrypt.it/. Thanks to these awesome guys for the permission to write this module :)

Table of Contents

Installation

$ npm install -g decrypt-dlc-cli

Or if you prefer yarn:

$ yarn global add decrypt-dlc-cli

Usage

Usage: decrypt-dlc [options] <file>

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -o, --output <file>  File to store decrypted urls in. (Default: urls.txt)

Development

$ npm test

Release Notes

  • 1.0.3
  • 1.0.2
  • 1.0.0
    • Release
  • 0.1.0
    • Add the new API-Usage from decrypt-dlc
    • Add more endpoints
    • Add more test cases
  • 0.0.1 - Initial Release

decrypt-dlc

Description
No description provided
Readme 295 KiB
Languages
JavaScript 100%