feat: add comandohds indexer (#31)

Co-authored-by: Felipe Marinho <felipevm97@gmail.com>
This commit is contained in:
Douglas Paz
2025-07-16 15:32:27 -03:00
committed by GitHub
parent 6525b5b2b0
commit 472fedc565
3 changed files with 275 additions and 0 deletions

View File

@@ -77,6 +77,17 @@ func HandlerIndex(w http.ResponseWriter, r *http.Request) {
},
},
},
"/indexers/comandohds": []map[string]interface{}{
{
"method": "GET",
"page": "page number",
"description": "Indexer for Comando HDs",
"query_params": map[string]string{
"q": "search query",
"filter_results": "if results with similarity equals to zero should be filtered (true/false)",
},
},
},
"/indexers/starck-filmes": []map[string]interface{}{
{
"method": "GET",