dtorrent_parser

Creator: coderz1093

Last updated:

0 purchases

dtorrent_parser Image
dtorrent_parser Images

Languages

Categories

Add to Cart

Description:

dtorrent parser

A Dart library for parsing .torrent file to Torrent model/saving Torrent model to .torrent file.
Support #

BEP 0005 DHT Protocol
BEP 0012 Multitracker Metadata Extension
BEP 0019 WebSeed - HTTP/FTP Seeding (GetRight style)

Usage #
A simple usage example:
Parse .torrent file #
import 'package:dtorrent_parser/dtorrent_parser.dart';

main() {
....

var model = Torrent.parse('some.torrent');

....
}
copied to clipboard
Use Torrent class' static method parse to get a torrent model. The important informations of .torrent file can be found in the torrent model , such as announces list , infoHash ,etc..
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.