Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Fixed torrents not being loaded correctly into array #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

heathlarsen
Copy link

@heathlarsen heathlarsen commented Mar 6, 2023

This fixes an issue where torrent hashes would not be processed correctly into an array resulting in torrents not being identified as unregistered (also fixes #4).
Updated API method to support qBittorrent v4.5.
Fixed compatibility issue with Bash's regex.

This fixes an issue where torrent hashes would not be processed correctly into an array.
This results in torrents not being identified as unregistered.
This also fixes onedr0p#4.
@heathlarsen heathlarsen changed the title Update qbittorrent-prune.sh Fixed torrents not being loaded correctly into array Mar 6, 2023
As of qBittorrent 4.5.0 many commands require POST to be used instead of also supporting GET.
The parameters now also needs to be supplied using -d instead of in the URL.
Bash does not support using \d. Instead [0-9] must be used.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ignored null byte in input
1 participant