torrent-indexer
Yet another node.js torrent scraper made especially for movie, series, anime and music (scrape from 1337x, eztv, limetorrents, rarbg, skytorrents, thepiratebay, torrentproject, yts and zooqle)
File Explorer
- test.yml
- request.d.ts
- request.js
- torrentSource.d.ts
- torrentSource.js
- torrentSource.test.js
- unhumanizeSize.d.ts
- unhumanizeSize.js
- 1337x.d.ts
- 1337x.js
- 1337x.test.js
- eztv.d.ts
- eztv.js
- eztv.test.js
- kickass.d.ts
- kickass.js
- kickass.test.js
- limetorrents.d.ts
- limetorrents.js
- limetorrents.test.js
- rarbg.d.ts
- rarbg.js
- skytorrents.d.ts
- skytorrents.js
- skytorrents.test.js
- thepiratebay.d.ts
- thepiratebay.js
- thepiratebay.test.js
- torrentproject.d.ts
- torrentproject.js
- torrentproject.test.js
- torrentz2.d.ts
- torrentz2.js
- yts.d.ts
- yts.js
- yts.test.js
- zooqle.d.ts
- zooqle.js
- config.d.ts
- config.js
- torrentIndexer.d.ts
- torrentIndexer.js
- torrentIndexer.test.js
- types.d.ts
- types.js
- .gitignore
- bun.lock
- CHANGELOG.md
- eslint.config.mjs
- example.js
- LICENSE
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
bun add
View Details ▼
bun add
Add and install new dependencies to the current project.
bun {{[a|add]}} {{package}}
Install a single package:
bun {{[a|add]}} {{package1 package2 ...}}
Install multiple packages:
bun {{[a|add]}} {{git_url}}
Install from a Git repository:
link
View Details ▼
link
Create a hard link to an existing file.
For more options, see the `ln` command.
link {{path/to/existing_file}} {{path/to/new_file}}
Create a hard link from a new file to an existing file:
query
View Details ▼
query
Display information about user sessions and process.
query session
Display all user sessions:
query session /server:{{hostname}}
Display the current user sessions on a remote computer:
query user
Display logged in users:
