Skip to content

Commit

Permalink
Merge pull request #25 from Chaphasilor/dev
Browse files Browse the repository at this point in the history
bump ODD to v2.2.0.2
  • Loading branch information
Chaphasilor authored Aug 1, 2022
2 parents 2a16281 + 4ece4d8 commit a96f915
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ indexer.scanUrl(url)
| Wrapper Version | Supported ODD Versions (up to) | Included Version |
| --- | --- | --- |
| **6.2.0** | **2.1.0.8** | **2.1.0.8** |
| **7.0.0** | **2.2.0.1-2.2.0.2** | **2.2.0.2** |
| 6.2.0 | 2.1.0.8 | 2.1.0.8 |
| 6.1.2 | 2.1.0.0 | 2.1.0.0 |
| 6.1.0 | 2.1.0.0 | 2.1.0.0 |
| 5.1.0 | 2.0.0.6 | 2.0.0.3 |
Expand Down
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {}

module.exports.GitHubReleasesUrl = `https://api.github.com/repos/KoalaBear84/OpenDirectoryDownloader/releases`
module.exports.OpenDirectoryDownloaderVersion = {
version: `v2.1.0.8`,
releaseId: `53442251`
version: `v2.2.0.2`,
releaseId: `54034158`
}
module.exports.OpenDirectoryDownloaderFolder = `${__dirname}/ODD`
module.exports.OpenDirectoryDownloaderOutputFolderName = `Scans`
Expand Down
2 changes: 2 additions & 0 deletions open-directory-downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ module.exports.OpenDirectoryDownloader = class OpenDirectoryDownloader {
})
}

processArgs.push(`--no-browser`) // disallow starting Chromium browser (for Cloudflare)

const oddProcess = spawn(this.executable, processArgs, {
shell: true,
cwd: this.outputDir,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-directory-downloader",
"version": "6.2.0",
"version": "7.0.0",
"description": "A NodeJS wrapper around KoalaBear84/OpenDirectoryDownloader",
"main": "open-directory-downloader.js",
"scripts": {
Expand Down

0 comments on commit a96f915

Please sign in to comment.