Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add torrents-csv.ml to search tab #1118

Closed
dessalines opened this issue Jan 12, 2020 · 0 comments
Closed

Add torrents-csv.ml to search tab #1118

dessalines opened this issue Jan 12, 2020 · 0 comments

Comments

@dessalines
Copy link

Hey yall so I'm the dev for https://gitlab.com/dessalines/torrents.csv (instance running at https://torrents-csv.ml )

Its a fully open-source database of all popular torrents, that can search both the torrent names, and files within torrents. Its easily self-hostable, but it comes with an open API, that's super simple:

https://torrents-csv.ml/service/search?q=[QUERY]&size=[NUMBER_OF_RESULTS]&offset=[PAGE]

example of JSON results:

https://torrents-csv.ml/service/search?q=frasier%20S01

or

https://torrents-csv.ml/service/search?q=frasier%20s01e06&page=1&type_=file

I noticed yall have a search tab that can search KAT and RARBG, it would be great to add torrents.csv to that search page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants