* Update README with more details OS X instructions
- Adds detailed instructions on syncing ca certs and avoiding SIP issues
outlned in https://github.com/Jackett/Jackett/issues/1179
* Move ubuntu instructions to linux section
* Removed Nyaa.se due to its closure, added Nyaa mirro Nyaa-Pantsu to replace it
* VS15 project file so that the filelist is correct
* Adding Nyoo support
* Adding Nyoo support
* add
* Add 3D Torrents
* Accidently commited an old version of the 3dtorrents yaml file
* Allow searching by categories for TPB
* add
* add
* Fix error when pressing the Test button for TPB. This will remove searching by category for the time being.
* Change HDPter to Ourbits
* iloveclassics - the date is not within td:nth-child(2) div, but rather just td:nth-child(2), so remove the div
bigtorrent - grabs and files data are not displayed in the grid. Seeders and leechers data was off by a column
* Add ThePlace / TheVault / TheShow / TheOccult / TheGeeks (#1302)
* Change SceneFZ domain (#1306)
* Add tracker SportHD
* Improving Torznab compatibility in AggregateIndexer
The indexer was not correctly reporting the Torznab capabilities
it provided. Basically it only reported a default number of
caps instead of combining all the caps of all the configured
indexers. This lead to an issue with external components
(e.g. Radarr) which rendered the Aggregate feed unusable in
certain situations.
- Correctly reports capabilities based on configured indexers
* Fixes incorrect internal state of configured indexers
When adding/deleting configured indexers the aggregate
was never updated leaving out possible search results.
- Introduce reconfiguring of the Aggregate upon addition/deletion
of an indexer
- Fixing an internal state issue of the indexers reporting
themselves as unconfigured after addition
* Removing obsolete call (thanks @kaso17)
This patch improves the general stability of the aggregate.
- Result is generated even if some trackers failed to answer
or some other issue were encountered
- FixesJackett/Jackett#1316
* add
* Add 3D Torrents
* Accidently commited an old version of the 3dtorrents yaml file
* Allow searching by categories for TPB
* add
* add
* Fix error when pressing the Test button for TPB. This will remove searching by category for the time being.
* Change HDPter to Ourbits
* iloveclassics - the date is not within td:nth-child(2) div, but rather just td:nth-child(2), so remove the div
bigtorrent - grabs and files data are not displayed in the grid. Seeders and leechers data was off by a column
* Add ThePlace / TheVault / TheShow / TheOccult / TheGeeks (#1302)
* Change SceneFZ domain (#1306)
* Add tracker SportsCult
* add
* Add 3D Torrents
* Accidently commited an old version of the 3dtorrents yaml file
* Allow searching by categories for TPB
* add
* add
* Fix error when pressing the Test button for TPB. This will remove searching by category for the time being.
* Change HDPter to Ourbits
* iloveclassics - the date is not within td:nth-child(2) div, but rather just td:nth-child(2), so remove the div
bigtorrent - grabs and files data are not displayed in the grid. Seeders and leechers data was off by a column
* Add ThePlace / TheVault / TheShow / TheOccult / TheGeeks (#1302)
* Change SceneFZ domain (#1306)
* Change TransmitheNet to Nebulance
* Adding an aggregate torznab feed for all configured trackers
This adds just a basic first implementation of a special
torznab feed that will make all configured trackers available
with all the supported query params.
- This should close#1247
- This also contributes to #921
* Adding missing file
* Add missing implementation from Test project