mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-15 04:56:20 +00:00
14 lines
751 B
Plaintext
14 lines
751 B
Plaintext
|
{application,dhtcrawler,
|
||
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
||
|
{vsn,"6dde34b"},
|
||
|
{registered,[dht_crawler_sup]},
|
||
|
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
||
|
mongodb]},
|
||
|
{mod,{crawler_app,[]}},
|
||
|
{modules,[bt_conn,bt_message,crawler_app,crawler_http,
|
||
|
crawler_stats,crawler_sup,db_hash,db_hash_reader,
|
||
|
db_hash_reader_sup,db_store_mongo,db_system,
|
||
|
dht_monitor,hash_reader_stats,http_handler,
|
||
|
string_split,time_util,tor_download,
|
||
|
tor_download_stats,torrent_file,urldecode,vlog]}]}.
|