2013-07-01 14:42:14 +00:00
|
|
|
{application,dhtcrawler,
|
|
|
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
2013-07-02 05:57:44 +00:00
|
|
|
{vsn,"3505116"},
|
2013-07-01 14:42:14 +00:00
|
|
|
{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,
|
2013-07-02 03:05:07 +00:00
|
|
|
crawler_stats,crawler_sup,db_frontend,db_hash,
|
|
|
|
db_hash_reader,db_hash_reader_sup,db_store_mongo,
|
|
|
|
db_system,dht_monitor,hash_reader_stats,http_handler,
|
2013-07-01 14:42:14 +00:00
|
|
|
string_split,time_util,tor_download,
|
|
|
|
tor_download_stats,torrent_file,urldecode,vlog]}]}.
|