0.0.9 • Published 9 years ago

os-torrent-hash v0.0.9

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

os-torrent-hash

Compute opensubtitles movie hash from a torrent file. Example:

computeMovieHash(torrentUrl, engine) // engine is a peerflix engine
    .then(function (res) {
        res.movieHash; // the movie hash
        res.fileSize;  // the file name
        res.fileName;  // the file name
    })
    .catch(function (error) {
        // Handle any error from all above steps
    })
    .done();
0.0.9

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago