2013-07-01 14:42:14 +00:00
|
|
|
{application,dhtcrawler,
|
|
|
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
2013-07-11 09:50:32 +00:00
|
|
|
{vsn,"f776cbb"},
|
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,[]}},
|
2013-07-05 13:07:35 +00:00
|
|
|
{modules,[bt_conn,bt_message,config,crawler_app,crawler_http,
|
2013-07-02 03:05:07 +00:00
|
|
|
crawler_stats,crawler_sup,db_frontend,db_hash,
|
2013-07-11 01:06:58 +00:00
|
|
|
db_hash_reader,db_hash_reader_sup,db_loc_torrent,
|
|
|
|
db_store_mongo,db_system,dht_monitor,hash_reader,
|
|
|
|
hash_reader_stats,hash_reader_sup,http_cache,
|
|
|
|
http_handler,loc_torrent,loc_torrent_cache,
|
2013-07-09 13:43:26 +00:00
|
|
|
loc_torrent_sup,string_split,time_util,tor_builder,
|
2013-07-11 01:06:58 +00:00
|
|
|
tor_download,tor_download_stats,tor_location_reader,
|
|
|
|
tor_location_writer,torrent_file,urldecode,vlog]}]}.
|