new: feat: add bludv support

This commit is contained in:
2023-10-01 20:27:44 +00:00
parent ae124f4858
commit 67bf0cbf3e
5 changed files with 261 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ func main() {
http.HandleFunc("/", handler.HandlerIndex)
http.HandleFunc("/indexers/comando_torrents", indexers.HandlerComandoIndexer)
http.HandleFunc("/indexers/bludv", indexers.HandlerBluDVIndexer)
err := http.ListenAndServe(":7006", nil)
if err != nil {