Added our main scripts for our to be pirate indexing scripts.

This commit is contained in:
2017-11-01 14:56:42 +01:00
parent 7d4e9f1c35
commit 9482958661
3 changed files with 5 additions and 0 deletions

0
torznab/api_torznab.py Normal file
View File

View File

@@ -0,0 +1,5 @@
RESULTS_PER_PAGE = 75
JACKET_HOST = '10.0.0.41'
JACKET_PORT = '9117'
JACKET_MAX_SEARCH_RESULT = 1000

0
torznab/search.py Normal file
View File