lucasew / cf-torrent

Like torrent.el but as a cloudflare worker

Home Page:https://cf-torrent.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-torrent

Simple cloudflare worker to search for the gold in torrent sites.

Deploy to Cloudflare Workers

WARNING: This thing doesn't store any illegal data. All the data provided is already freely available on the Internet. This utility only makes it easier to search for it.

The utility already tries to use the first page of both Google and DuckDuckGo, then get the site links, static website content and lastly the magnet links in the site content. All of this without loading any of the Javascript crap that is pushed towards the user.

If the search fails, it's treated as if there is nothing found.

If the site loading takes more than 2s it's treated as if the site does not have any magnet link.

You only gets what really matters: the magnet links.

The search query is your responsibility

About

Like torrent.el but as a cloudflare worker

https://cf-torrent.vercel.app


Languages

Language:TypeScript 58.9%Language:Svelte 29.0%Language:JavaScript 6.0%Language:Nix 4.8%Language:HTML 1.3%