From f187461371ffa8f59e00399e34af37e4bf08158c Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Wed, 1 Sep 2021 22:13:56 +0300 Subject: [PATCH] Fixed README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df79ed..306c587 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# magnet-info +# magnetInfo ## Parse a magnet link into a struct # Installation ``` -go get github.com/Unbewohnte/magnet-info +go get github.com/Unbewohnte/magnetInfo ``` # Usage @@ -23,3 +23,11 @@ func main() { // ... } ``` + +Output is + +``` +&{DisplayNames:[] ExactLength:0 ExactTopics:[urn:btih:83918ea4bb488cefd3d8b8b8762597d32aebb4fa] WebSeeds:[] AcceptableSources:[] ExactSources:[] KeywordTopics:[] ManifestTopics:[] AddressTrackers:[http://academictorrents.com/announce.php udp://tracker.coppersurfer.tk:6969 udp://tracker.opentrackr.org:1337/announce udp://tracker.leechers-paradise.org:6969]} +``` + +