Documentation ¶
Overview ¶
Package arc searches and downloads archive.org
No check is done here regarding the user input. This check should be achieved by the caller. Parsing is achieved thanks to the GoQuery library.
Torrent search is achieved by Lookup(). Input is a search string. Output is a slice of maps made up of the following keys:
- DescUrl: the torrent description dedicated url
- Name: the torrent name
Torrent url extraction and torrent file download are achieved by FindAndDlFile(). Input is the url of the torrent page. Output is the local path where the torrent file was downloaded.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.