* Use AvistazTracker base
* Revert "Use AvistazTracker base"
This reverts commit 9eba02c758.
* Add new attributes to various trackers
* more DL factors for HDSpace
* new attributes for Fuzer
* add new attributes for ImmortalSeed
* set UploadVolumeFactor for myAmity
* add new attributes to bitmetv
* Add basic support for Cardigann definitions
* Add HDME definition
* Fix tests
* support split with negative indexes
* allow FromTimeAgo formats without spaces betwen value and unit
Example: 2h 3m
* Add basic support for Cardigann definitions
* Add HDME definition
* Fix tests
* support split with negative indexes
* allow FromTimeAgo formats without spaces betwen value and unit
Example: 2h 3m
* Fix PreToMe search results if no category is specified
* AND filter Andraste results
* AND filter Best Friends results
* AND filter Bit City Reloaded results
* AND filter Freshon results
* AND filter myAmity results
* AND filter SceneTime results
* AND filter NewRealWorld results
* Remove dashes from TorrentLeech queries as they exclude search strings
* Update CloudFlareUtilities to 0.3.2-alpha
* Remove CloudFlareUtilities reflections
With CloudFlareUtilities version 0.3.2-alpha reflections are no longer needed
* Add DigitalHive tracker
* Add CloudFlare support for the libcurl WebClient
* Save config if cookies are updated
If the cookieheader/config isn't updated with e.g. the cf_clearance cookie jackett has to recompute the challenge on every request.
* Add TorrentHeaven tracker
* Add Andraste tracker
* Remove PtN AND filtering
Not needed anymore.
The torrent search is now using AND by default
* Add Torrent Network tracker
* Add myAmity tracker
The TVChaos UK search requires an exact match of the search string.
But it seems like they just send the unfiltered search to the SQL server in a like query (LIKE '%$searchstring%').
So we replace any whitespace/special character with % to make the search more usable.