2013-07-01 14:42:14 +00:00
|
|
|
{application,dhtcrawler,
|
|
|
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
2013-07-21 13:32:19 +00:00
|
|
|
{vsn,"108a1bf"},
|
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-20 02:57:27 +00:00
|
|
|
{modules,[api,bt_conn,bt_message,config,crawler_app,
|
|
|
|
crawler_http,crawler_stats,crawler_sup,db_daterange,
|
|
|
|
db_frontend,db_hash,db_hash_index,db_loc_torrent,
|
|
|
|
db_store_mongo,db_system,dht_monitor,
|
2013-07-21 13:13:05 +00:00
|
|
|
hash_cache_writer,hash_download,hash_download_cache,
|
|
|
|
hash_reader,hash_reader2,hash_reader_common,
|
|
|
|
hash_reader_stats,hash_reader_sup,http_cache,
|
|
|
|
http_handler,index_builder,index_download,index_file,
|
|
|
|
loc_torrent,loc_torrent_cache,loc_torrent_sup,
|
|
|
|
name_seger,rmmseg,string_split,time_util,tor_builder,
|
|
|
|
tor_download,tor_download_stats,tor_location,
|
|
|
|
tor_location_reader,tor_location_writer,tor_name_seg,
|
|
|
|
torrent_file,transfer,urldecode,vlog]}]}.
|