npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

yts-commandline

v1.3.0

Published

CLI (command line interface) client for YTS

Downloads

30

Readme

yts commandline

Interact with YTS through CLI

Install

$ npm install -g yts-commandline

Usage

$ yts --help
Usage: yts [command] [option]

YTS Movies CLI Client

Options:
  -V, --version                        output the version number
  -h, --help                           display help for command

Commands:
  search|s [options] [query] [option]  search movies
  movie|m [options] <id>               fetch movie and perform operations like download, view trailer etc,
                                       use search command to get id
  help [command]                       display help for command
$ yts s --help
Usage: yts search|s [query] [option]

search movies

Options:
  -q, --quality <quality>   find using below supported qualities
                            (HD, FHD, 4K, 3D)
  -g, --genre <genre>       find using genre, see https://www.imdb.com/feature/genre
  -s, --sort <sorting>      sorts the results by choosen value,
                            (title, year, rating, peers, seeds, download_count, like_count, date_added)
  -o, --order <order>       orders the results by either ascending or descending order
                            (desc, asc)
  -m, --minrating <rating>  filter movies by a given minimum IMDb rating
                            (integer between 0 - 9)
  -h, --help                display help for 
$ yts m --help
Usage: yts movie|m <id> [option]

fetch movie and perform operations like download, view trailer etc,
use search command to get id

Options:
  -d, --download [quality]  download torrent
  -o, --open                view on YTS
  -t, --trailer             open trailer
  -i, --imdb                view movie on IMDB
  -s, --suggest             suggest 4 related movies
  -h, --help                display help for command

To run on Any Android Device

1. Install Termux
> https://play.google.com/store/apps/details?id=com.termux

2. Install any Torrent Client
> https://play.google.com/store/search?q=torrent%20client&c=apps

3. Open Termux and run
$ pkg install nodejs-lts
$ npm install -g yts-commandline

4. You can launch the CLI by typing yts on Termux now
$ yts

Disclaimer

The content is not provided by this software nor is the responsibility of the author.
Any violation of the law is full responsibility of the user and/or content providers.

Reanimating the dead project -> https://www.npmjs.com/package/yts-cli