1.2.0 • Published 9 years ago

torrent-query v1.2.0

Weekly downloads
2
License
GPL-3.0
Repository
-
Last release
9 years ago

Torrent Query

A very simple utility to query torrent providers.

Usage

  Usage: tq [options] <query>

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -p, --provider <provider>  Choose the provider to query, * to query all. [default: tpb]
    -o, --order-by <order>     Choose the order to output the results. [default: seeds.desc]
    -l, --limit <limit>        Limit results
    -e, --extract <field>      Extract only the given field from the output
    --magnet                   Convenience option. equvalent to `-e magnet -l 1`

Providers

You can use any of the following:

  • the pirate bay: tpb
  • kickass-torrents: kat
  • eztv: eztv
  • rarbg: rarbg
  • extratorrent: extratorrent
  • torrentz: torrentz

Order By

  • name.desc
  • name.asc
  • date.desc
  • date.asc
  • size.desc
  • size.asc
  • seeds.desc
  • seeds.asc
  • leeches.desc
  • leeches.asc