Skip to content

Commit

Permalink
PasswordDetector extension (#1)
Browse files Browse the repository at this point in the history
## Description

- added PasswordDetector extension;
- added compatibility with Python 3.8.x and above;

## Testing
- tested by @dnzbk - nzbget v23.0 on Windows 11 / macOS Ventura 
- tested by @phnzb - nzbget docker testing (23.1)
  • Loading branch information
dnzbk authored Feb 26, 2024
1 parent e22f651 commit 347c57d
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: release

on:
push:
tags:
- "v*"

jobs:
release:
uses: nzbgetcom/nzbget-extensions/.github/workflows/extension-release.yml@main
with:
release-file-list: PasswordDetector.py
release-file-name: passworddetector
Loading

0 comments on commit 347c57d

Please sign in to comment.