Feat: Add torrent-dos-filmes (#18)

This commit is contained in:
2024-11-18 18:54:30 -03:00
committed by GitHub
parent a6a848b284
commit a6977aec0d
4 changed files with 280 additions and 1 deletions

View File

@@ -78,6 +78,16 @@ func HandlerIndex(w http.ResponseWriter, r *http.Request) {
"filter_results": "if results with similarity equals to zero should be filtered (true/false)",
}},
},
"/indexers/torrent-dos-filmes": []map[string]interface{}{
{
"method": "GET",
"description": "Indexer for Torrent dos Filmes",
"query_params": map[string]string{
"q": "search query",
"filter_results": "if results with similarity equals to zero should be filtered (true/false)",
},
},
},
"/indexers/manual": []map[string]interface{}{
{
"method": "POST",