Skip to content

Commit

Permalink
1.17.4 - Update omgwtfnzbs tld
Browse files Browse the repository at this point in the history
  • Loading branch information
tumblfeed committed Sep 12, 2023
1 parent a85942b commit 2a1f8bb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The toolbar popup shows statistics and controls for the currently active profile

## 1-Click Site Downloads

The following sites are currently supported for 1-click downloads: dognzb.cr, nzbgeek.info, and omgwtfnzbs.me. An icon identical to the toolbar icon will be shown next to any NZB that can be downloaded. More sites are currently planned, but please put in a feature request if your favorite site is not supported (or even better, build an adapter and submit it as a pull-request).
For sites which have 1-click download enabled, a green NZB icon will be shown next to any NZB that can be downloaded. No more custom sites are currently planned, but please put in a feature request if your favorite site is not supported (or even better, build an adapter and submit it as a pull-request).

## Building

Expand Down
20 changes: 12 additions & 8 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nzbunity",
"version": "1.17.3",
"version": "1.17.4",
"license": "MPL-2.0",
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
"author": "tumblfeed@gmail.com",
Expand All @@ -12,10 +12,11 @@
"url": "https://github.com/tumblfeed/nzbunity"
},
"scripts": {
"gulp": "gulp",
"start": "gulp watch",
"build": "gulp build",
"dist": "gulp dist",
"watch": "gulp watch"
"watch": "gulp watch",
"gulp": "gulp"
},
"browserslist": [
"last 2 versions",
Expand Down
2 changes: 1 addition & 1 deletion src/content/sites/omgwtfnzbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NZBUnityOmgwtfnzbs {
if (enabled) {
console.info(`[NZB Unity] Initializing 1-click functionality...`);

this.apiurl = `${window.location.protocol}//api.omgwtfnzbs.me/nzb/`;
this.apiurl = `${window.location.protocol}//api.omgwtfnzbs.org/nzb/`;
this.username = this.getUsername();
this.apikey = this.getApiKey();

Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "NZB Unity",
"version": "1.17.3",
"version": "1.17.4",
"author": "tumblfeed@gmail.com",
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
"background": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"js": ["content/sites/nzbsu.js"]
},
{
"matches": ["*://*.omgwtfnzbs.me/*"],
"matches": ["*://*.omgwtfnzbs.org/*", "*://*.omgwtfnzbs.me/*"],
"js": ["content/sites/omgwtfnzbs.js"]
},
{
Expand Down

0 comments on commit 2a1f8bb

Please sign in to comment.