Git Product home page Git Product logo

filme's Introduction

Filme Build Status codecov

A movie torrenting utility.

Filme is a little torrenting helper I started writing for myself some time ago. The one solid feature it has right now is the torrent searching, which basically crawls 1337x.to from the cli.

It can search for torrents (filme help search) and display details about any of the search results (filme help detail).

Install

Get it from the Snap Store

snap install filme

build from source

Run make as an entry point:

make binary
sudo mv build/filme-linux-amd64 /usr/local/bin/filme

Usage

Search

List all items matching "1080p". Crawl first 20 pages:

filme search 1080p --page-min 1 --page-max 20

Please crawl 1337x politely by using the --reqs-* crawler settings. They set delays and parallelism. You can also set the user agent, but leaving it empty will use valid random ones from different browsers.

Display details

Display one of the items:

filme detail https://1337x.to/torrent/4287659/Honey-Boy-2019-1080p-WEBRip-5-1-YTS-YIFY/

will get you

Gemini Man (2019) [WEBRip] [1080p] [YTS] [YIFY]

id: 4129693
magnet: magnet:?xt=urn:btih:671E6D130005810236C19F2B706AB5552CA1472A&dn=Gemini+Man+%282019%29+%5BW...

seeders: 14594
leechers: 7396

You can also get its imdb link if you have an OMDB api key into the OMDB_API_KEY env var:

OMDB_API_KEY=84824e9a filme detail https://1337x.to/torrent/4287659/Honey-Boy-2019-1080p-WEBRip-5-1-YTS-YIFY/
...
Imdb info:
https://www.imdb.com/title/tt1025100/ (2019) Gemini Man

Caching

Everything is cached in ~/.cache/filme and there is currently no way to avoid this, so please delete this folder whenever you want fresh results.

rm -rf ~/.cache/filme

Keybase PGP Keybase XLM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.