1 2 3 4 5 6 7 8
module Network.Torrent.Tracker.Scrape ( ) where import Network.URI scrapeURL :: URI -> Maybe URI scrapeURL = undefined