{"id":16430180,"url":"https://github.com/its-alex/torrent-search","last_synced_at":"2026-05-06T09:43:08.228Z","repository":{"id":97418134,"uuid":"105557797","full_name":"Its-Alex/Torrent-Search","owner":"Its-Alex","description":"🔎   NodeJS module to search over some torrent source for movies or series","archived":false,"fork":false,"pushed_at":"2018-09-11T09:54:02.000Z","size":57,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T11:12:29.699Z","etag":null,"topics":["async","nodejs","npm-package","rarbg","yts"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Its-Alex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-02T16:30:56.000Z","updated_at":"2021-10-19T10:53:35.000Z","dependencies_parsed_at":"2024-02-24T07:00:31.082Z","dependency_job_id":null,"html_url":"https://github.com/Its-Alex/Torrent-Search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2FTorrent-Search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2FTorrent-Search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2FTorrent-Search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2FTorrent-Search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Its-Alex","download_url":"https://codeload.github.com/Its-Alex/Torrent-Search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240627980,"owners_count":19831600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","nodejs","npm-package","rarbg","yts"],"created_at":"2024-10-11T08:25:58.302Z","updated_at":"2026-05-06T09:43:08.188Z","avatar_url":"https://github.com/Its-Alex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Torrent search\n\nModule to find some movies or series from torrent source\n## How to get\n```shell\nnpm install https://github.com/Its-Alex/torrent-search\n```\nor\n```shell\nyarn add https://github.com/Its-Alex/torrent-search\n```\n## How to use\n```javascript\nlet TorrentSearch = require('torrent-search')\nconst ts = new TorrentSearch()\n\nlet imdbID = 'tt123456'\nlet title = 'Deadpool'\n\nts.getTorrents(imdbID, title, 'movies' || 'series').then(torrents =\u003e {\n    console.log(torrents)\n}).catch(err =\u003e console.log(err))\n```\nTorrents are sort by priority of providers define in file for each source\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Ftorrent-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-alex%2Ftorrent-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Ftorrent-search/lists"}