summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/Tracker/Scrape.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/Tracker/Scrape.hs')
-rw-r--r--src/Network/Torrent/Tracker/Scrape.hs11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/Network/Torrent/Tracker/Scrape.hs b/src/Network/Torrent/Tracker/Scrape.hs
index 80a9fc0a..f5ebbea4 100644
--- a/src/Network/Torrent/Tracker/Scrape.hs
+++ b/src/Network/Torrent/Tracker/Scrape.hs
@@ -1,9 +1,16 @@
1{-# LANGUAGE OverloadedStrings #-} 1-- |
2-- | By convention most trackers support anouther form of request, 2-- Copyright : (c) Sam T. 2013
3-- License : MIT
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
8-- By convention most trackers support anouther form of request,
3-- which queries the state of a given torrent (or all torrents) that the 9-- which queries the state of a given torrent (or all torrents) that the
4-- tracker is managing. This module provides a way to easily request 10-- tracker is managing. This module provides a way to easily request
5-- scrape info for a particular torrent list. 11-- scrape info for a particular torrent list.
6-- 12--
13{-# LANGUAGE OverloadedStrings #-}
7module Network.Torrent.Tracker.Scrape 14module Network.Torrent.Tracker.Scrape
8 ( ScrapeInfo(..), Scrape 15 ( ScrapeInfo(..), Scrape
9 , scrapeURL 16 , scrapeURL