0.0.3 • Published 2 years ago

bit-finder v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Bit-Finder

Version License

A tollkit for searcing, downloading and streaming media using torrents, YouTube, and more.

Features

  • Search the multiple torrent indexes for the highest seeded Movies & TV shows
  • Stream torrents directly to AppleTV, Chromecast and VLC (more coming!) using webtorrent-cli
  • Download torrent directly using webtorrent-cli
  • Copy torrent magnet links
  • Download YouTube videos using youtube-dl
  • Stream YouTube videos to AppleTV (more coming!) using youtube-dl

Note: YouTube functionality is currently broken for certain videos.

Install

# npm
npm install -g bit-finder

# yarn
yarn global add bit-finder

Usage

General

bf --help
Commands:
  bf torrents  Search and download torrents

Options:
      --help         Show help                                         [boolean]
      --version      Show version number                               [boolean]
  -i, --interactive  Run in interactive mode                           [boolean]

Torrents

bf torrents --help
Search and download torrents

Commands:
  bf torrents search      Search torrents
  bf torrents stream      Stream a torrent's data inline
  bf torrents download    Download a torrent in the current working
                          directory
  bf torrents get-magnet  Copy a torrent's magnet URL

Options:
      --help         Show help                                         [boolean]
      --version      Show version number                               [boolean]
  -i, --interactive  Run in interactive mode                           [boolean]