parse_torrent v0.1.0 ParseTorrent

Summary

Functions

Parses a .torrent file and returns a map

Functions

parse(file_path)

Parses a .torrent file and returns a map

Usage: ParseTorrent.parse(“my_path/my_file.torrent”)

Will raise if can’t read file or torrent is invalid.