Skip to content

deoxxa/node-torrent-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-torrent-util

Overview

.torrent files differ wildly in their contents. This package aims to make it a little easier to extract the various metadata components from them in a simple way.

Features

  • "created by" field parsing

Usage

var torrent_util = require("torrent-util");
var created_by = torrent_util.parse_created_by("uTorrent/2040");

License

3-clause BSD. A copy is included with the source.

Contact

About

Various utility functions for making sense of .torrent files

Resources

License

Stars

Watchers

Forks

Packages

No packages published