quasarr 2.1.0__py3-none-any.whl → 2.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of quasarr might be problematic. Click here for more details.

@@ -8,7 +8,7 @@ import requests
8
8
 
9
9
 
10
10
  def get_version():
11
- return "2.1.0"
11
+ return "2.1.2"
12
12
 
13
13
 
14
14
  def get_latest_version():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quasarr
3
- Version: 2.1.0
3
+ Version: 2.1.2
4
4
  Summary: Quasarr connects JDownloader with Radarr, Sonarr and LazyLibrarian. It also decrypts links protected by CAPTCHAs.
5
5
  Home-page: https://github.com/rix1337/Quasarr
6
6
  Author: rix1337
@@ -25,7 +25,7 @@ Dynamic: license-file
25
25
  Dynamic: requires-dist
26
26
  Dynamic: summary
27
27
 
28
- #
28
+ #
29
29
 
30
30
  <img src="https://raw.githubusercontent.com/rix1337/Quasarr/main/Quasarr.png" data-canonical-src="https://raw.githubusercontent.com/rix1337/Quasarr/main/Quasarr.png" width="64" height="64" />
31
31
 
@@ -197,18 +197,18 @@ docker run -d \
197
197
  ghcr.io/rix1337/quasarr:latest
198
198
  ```
199
199
 
200
- * `INTERNAL_ADDRESS` is required so Radarr/Sonarr/LazyLibrarian can reach Quasarr. **Must** include port!
201
- * `EXTERNAL_ADDRESS` is optional and helpful if using a reverse proxy. Always protect external access with basic auth!
202
- * `DISCORD` is optional and must be a valid Discord webhook URL.
203
- * `HOSTNAMES` is optional and allows skipping the manual hostname step during setup.
204
- * Must be a publicly available `HTTP` or `HTTPs` link
205
- * Must be a raw `.ini` / text file (not HTML or JSON)
206
- * Must contain at least one valid Hostname per line `ab = xyz`
207
- * `USER` / `PASS` are credentials to protect the web UI
208
- * `AUTH` is the authentication mode (`form` or `basic`)
209
- * `SILENT` is optional and silences all discord notifications except for error messages from SponsorsHelper if `True`.
210
- * `DEBUG` is optional and enables debug logging if `True`.
211
- * `TZ` is optional, wrong timezone can cause HTTPS/SSL issues
200
+ | Parameter | Description |
201
+ |--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
202
+ | `INTERNAL_ADDRESS` | **Required.** Internal URL so Radarr/Sonarr/LazyLibrarian can reach Quasarr. **Must include port.** |
203
+ | `EXTERNAL_ADDRESS` | Optional. External URL (e.g. reverse proxy). Always protect external access with authentication. |
204
+ | `DISCORD` | Optional. Discord webhook URL for notifications. |
205
+ | `HOSTNAMES` | Optional. URL to a hostname list to skip manual setup. Must be a publicly accessible `HTTP`/`HTTPS` link, point to a raw `.ini` or plain text file (not HTML or JSON), and contain at least one hostname per line in the format `ab = xyz`. |
206
+ | `USER` | Username to protect the web UI. |
207
+ | `PASS` | Password to protect the web UI. |
208
+ | `AUTH` | Authentication mode. Supported values: `form` or `basic`. |
209
+ | `SILENT` | Optional. If `True`, silences all Discord notifications except SponsorHelper error messages. |
210
+ | `DEBUG` | Optional. If `True`, enables debug logging. |
211
+ | `TZ` | Optional. Timezone. Incorrect values may cause HTTPS/SSL issues. |
212
212
 
213
213
  # Manual setup
214
214
 
@@ -280,9 +280,21 @@ Image access is limited to [active monthly GitHub sponsors](https://github.com/u
280
280
 
281
281
  ---
282
282
 
283
+ ## 🔐 Quasarr API Key Setup
284
+
285
+ 1. Open your Quasarr web UI in a browser
286
+ 2. On the main page, expand **"Show API Settings"**
287
+ 3. Copy the **API Key** value
288
+ 4. Use this value for the `QUASARR_API_KEY` environment variable
289
+
290
+ > **Note:** The API key is required for SponsorsHelper to communicate securely with Quasarr. Without it, all requests
291
+ > will be rejected with a 401/403 error.
292
+
293
+ ---
294
+
283
295
  ## 🐋 Docker Login
284
296
 
285
- ⚠️ **Before logging in, the image will not download.**
297
+ ⚠️ **If not logged in, the image will not download.**
286
298
 
287
299
  ```bash
288
300
  echo "GITHUB_TOKEN" | docker login ghcr.io -u USERNAME --password-stdin
@@ -299,6 +311,7 @@ echo "GITHUB_TOKEN" | docker login ghcr.io -u USERNAME --password-stdin
299
311
  docker run -d \
300
312
  --name='SponsorsHelper' \
301
313
  -e 'QUASARR_URL'='http://192.168.0.1:8080' \
314
+ -e 'QUASARR_API_KEY'='your_quasarr_api_key_here' \
302
315
  -e 'DEATHBYCAPTCHA_TOKEN'='2FMum5zuDBxMmbXDIsADnllEFl73bomydIpzo7...' \
303
316
  -e 'GITHUB_TOKEN'='ghp_123.....456789' \
304
317
  -e 'FLARESOLVERR_URL'='http://10.10.0.1:8191/v1' \
@@ -310,10 +323,13 @@ docker run -d \
310
323
  ghcr.io/rix1337-sponsors/docker/helper:latest
311
324
  ```
312
325
 
313
- * `QUASARR_URL` → Local URL of Quasarr
314
- * `DEATHBYCAPTCHA_TOKEN` → [DeathByCaptcha](https://deathbycaptcha.com/register?refid=6184288242b) account token
315
- * `GITHUB_TOKEN` Classic GitHub PAT with the scopes listed above
316
- * `FLARESOLVERR_URL` Local URL of [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) - required!
317
- * `NX_USER` / `NX_PASS` NX account credentials
318
- * `JUNKIES_USER` / `JUNKIES_PASS` Junkies account credentials
319
- * `JUNKIES_HOSTER` Preferred hoster for Junkies links
326
+ | Parameter | Description |
327
+ |---------------------------------|---------------------------------------------------------------------------------------|
328
+ | `QUASARR_URL` | Local URL of Quasarr (e.g., `http://192.168.0.1:8080`) |
329
+ | `QUASARR_API_KEY` | Your Quasarr API key (found in Quasarr web UI under "API Settings") |
330
+ | `DEATHBYCAPTCHA_TOKEN` | [DeathByCaptcha](https://deathbycaptcha.com/register?refid=6184288242b) account token |
331
+ | `GITHUB_TOKEN` | Classic GitHub PAT with the scopes listed above |
332
+ | `FLARESOLVERR_URL` | Local URL of [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) |
333
+ | `NX_USER` / `NX_PASS` | Optional. NX account credentials |
334
+ | `JUNKIES_USER` / `JUNKIES_PASS` | Optional. Junkies account credentials |
335
+ | `JUNKIES_HOSTER` | Optional. Preferred hoster for Junkies links |
@@ -1,12 +1,12 @@
1
1
  quasarr/__init__.py,sha256=cEtxN2AuwKvrxpIvAR7UL997VtYQ4iN3Eo3ZnP-WjZQ,14682
2
- quasarr/api/__init__.py,sha256=gXI21EaAS4CpP39_PDPfiOkriajf7nFkHv9NUmJ3-CI,16295
3
- quasarr/api/arr/__init__.py,sha256=yxtIzOCaXA3VmwSZXAPiX4Or9WmBefnyNUZ_bfzPuyM,18877
2
+ quasarr/api/__init__.py,sha256=EEQSC7OKDyZYjMpzuz1T7bOFR9J54NhP_04XcULIvGM,16296
3
+ quasarr/api/arr/__init__.py,sha256=eEop8A5t936uT5azn4qz0bq1DMX84_Ja16wyleGFhyM,18495
4
4
  quasarr/api/captcha/__init__.py,sha256=2pca9jnJMWZECHeAvKP9Lwsa3_GkVsvQEn7rof8Ep1s,73504
5
5
  quasarr/api/config/__init__.py,sha256=HDoqRv6El-e5iejVpwEz6ttySjDeiTQGom5D__nachU,13682
6
- quasarr/api/packages/__init__.py,sha256=97GZOPmMUUDbEnNNGG0rodNXx_hylcQDQuW705IJqzc,22467
7
- quasarr/api/sponsors_helper/__init__.py,sha256=aXkZJmqxM5q04V1pnC__FANL9vm_gLtOWONO6AVvs6s,6465
6
+ quasarr/api/packages/__init__.py,sha256=srQw71KSMr2gjvrISyXute606QJhPdVNwaGzRM9OrVA,22989
7
+ quasarr/api/sponsors_helper/__init__.py,sha256=vZIFGkc5HTRozjvi47tqxz6XpwDe8sDXVyeydc9k0Y0,6708
8
8
  quasarr/api/statistics/__init__.py,sha256=NrBAjjHkIUE95HhPUGIfNqh2IqBqJ_zm00S90Y-Qnus,7038
9
- quasarr/downloads/__init__.py,sha256=i6EnqA29Zh_p2kxso9F-UG5IrpB7h1NanxgUyT7S_YE,15245
9
+ quasarr/downloads/__init__.py,sha256=BUZpqWN3VnYSM8ZX4lC3MXVfShwx95I6FKz8Xl95T1s,16004
10
10
  quasarr/downloads/linkcrypters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  quasarr/downloads/linkcrypters/al.py,sha256=mfUG5VclC_-FcGoZL9zHYD7dz7X_YpaNmoKkgiyl9-0,8812
12
12
  quasarr/downloads/linkcrypters/filecrypt.py,sha256=nUZCTmvKylaNk1KAXcYUV1FgQCVAKNE3roXCNaqHLYA,17057
@@ -30,20 +30,20 @@ quasarr/downloads/sources/sl.py,sha256=jWprFt1Hew1T67fB1O_pc9YWgc3NVh30KXSwSyS50
30
30
  quasarr/downloads/sources/wd.py,sha256=kr1I1uJa7ZkEPH2LA6alXTJEn0LBPgLCwIh3wLXwCv8,4447
31
31
  quasarr/downloads/sources/wx.py,sha256=NzNNeqVL6sKkFKyreW-oerrreb5QP2tUGHTWHM5pMCU,7013
32
32
  quasarr/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- quasarr/providers/auth.py,sha256=hqSVaHBljf4yTx8JVqfxmi65T5Q36aewUmqfJbHtCNg,8730
33
+ quasarr/providers/auth.py,sha256=eWYXyw_q0v2rMihiAlltqFF8V0Epu_s63ye1Th4i5Tg,10372
34
34
  quasarr/providers/cloudflare.py,sha256=9iet8runc2VHVcA0_2z1qkrL6D5JKqz1ndktqCgsJFs,7873
35
35
  quasarr/providers/html_images.py,sha256=2n82gTJg7E7q2ytPFN4FWouYTIlmPYu_iHFtG7uktIA,28482
36
- quasarr/providers/html_templates.py,sha256=63IsVy_XHSIE3WDbT4fffJ5G6x-uthjo3SpUIsR5xe8,12342
36
+ quasarr/providers/html_templates.py,sha256=22g3WhAmwDQgMqaXirVaFF1LtlSxHS-Fjm2gpRcbMNg,12463
37
37
  quasarr/providers/imdb_metadata.py,sha256=10L4kZkt6Fg0HGdNcc6KCtIQHRYEqdarLyaMVN6mT8w,4843
38
38
  quasarr/providers/jd_cache.py,sha256=mSvMrs3UwTn3sd9yGSJKGT-qwYeyYKC_l8whpXTVn7s,13530
39
39
  quasarr/providers/log.py,sha256=_g5RwtfuksARXnvryhsngzoJyFcNzj6suqd3ndqZM0Y,313
40
40
  quasarr/providers/myjd_api.py,sha256=Z3PEiO3c3UfDSr4Up5rgwTAnjloWHb-H1RkJ6BLKZv8,34140
41
41
  quasarr/providers/notifications.py,sha256=bohT-6yudmFnmZMc3BwCGX0n1HdzSVgQG_LDZm_38dI,4630
42
- quasarr/providers/obfuscated.py,sha256=9z8nwcLFezazsfAgOz4S679VJJMe1AP-6odtlILDkE8,1404048
42
+ quasarr/providers/obfuscated.py,sha256=d0dxu3oPqDqN8I7qmGPPIBqjLzTQbZTQsLAZ5auw1o8,1398668
43
43
  quasarr/providers/shared_state.py,sha256=5a_ZbGqTvt4-OqBt2a1WtR9I5J_Ky7IlkEY8EGtKVu8,30646
44
44
  quasarr/providers/statistics.py,sha256=cEQixYnDMDqtm5wWe40E_2ucyo4mD0n3SrfelhQi1L8,6452
45
45
  quasarr/providers/utils.py,sha256=mcUPbcXMsLmrYv0CTZO5a9aOt2-JLyL3SZxu6N8OyjU,12075
46
- quasarr/providers/version.py,sha256=H7UZVtXMsYXRTf8XhSycI4Jfu1CnrLUxpmfN3y5Sxjo,4003
46
+ quasarr/providers/version.py,sha256=_j_KhmgUu-CE4O_-aL3DAyrzwvkeTUXg6-wLhD-1Z6Y,4003
47
47
  quasarr/providers/web_server.py,sha256=AYd0KRxdDWMBr87BP8wlSMuL4zZo0I_rY-vHBai6Pfg,1688
48
48
  quasarr/providers/sessions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
49
  quasarr/providers/sessions/al.py,sha256=WXue9LaT4y0BzsbKtHbN6bb_72c4AZZWR9NP-vg9-cg,12462
@@ -73,9 +73,9 @@ quasarr/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
73
  quasarr/storage/config.py,sha256=SSTgIce2FVYoVTK_6OCU3msknhxuLA3EC4Kcrrf_dxQ,6378
74
74
  quasarr/storage/setup.py,sha256=eXtgUqMacbaUDy-dszPtT15O9lJKSO1eI3v0jGjMiUA,42361
75
75
  quasarr/storage/sqlite_database.py,sha256=yMqFQfKf0k7YS-6Z3_7pj4z1GwWSXJ8uvF4IydXsuTE,3554
76
- quasarr-2.1.0.dist-info/licenses/LICENSE,sha256=QQFCAfDgt7lSA8oSWDHIZ9aTjFbZaBJdjnGOHkuhK7k,1060
77
- quasarr-2.1.0.dist-info/METADATA,sha256=tquyyyX1PEX0RgPq2hYiys5bCV2LR6bzKz7-7MQjf-Y,11521
78
- quasarr-2.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
79
- quasarr-2.1.0.dist-info/entry_points.txt,sha256=gXi8mUKsIqKVvn-bOc8E5f04sK_KoMCC-ty6b2Hf-jc,40
80
- quasarr-2.1.0.dist-info/top_level.txt,sha256=dipJdaRda5ruTZkoGfZU60bY4l9dtPlmOWwxK_oGSF0,8
81
- quasarr-2.1.0.dist-info/RECORD,,
76
+ quasarr-2.1.2.dist-info/licenses/LICENSE,sha256=QQFCAfDgt7lSA8oSWDHIZ9aTjFbZaBJdjnGOHkuhK7k,1060
77
+ quasarr-2.1.2.dist-info/METADATA,sha256=u3iuK1WwbY0hV84T2qJF1P3awC_vlq7ZcLGdsY8A5XA,14914
78
+ quasarr-2.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
79
+ quasarr-2.1.2.dist-info/entry_points.txt,sha256=gXi8mUKsIqKVvn-bOc8E5f04sK_KoMCC-ty6b2Hf-jc,40
80
+ quasarr-2.1.2.dist-info/top_level.txt,sha256=dipJdaRda5ruTZkoGfZU60bY4l9dtPlmOWwxK_oGSF0,8
81
+ quasarr-2.1.2.dist-info/RECORD,,