diff --git a/ebin/db_frontend.beam b/ebin/db_frontend.beam index 3746a3b..695ff96 100644 Binary files a/ebin/db_frontend.beam and b/ebin/db_frontend.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index ddaa5ee..a2096a3 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,14 +1,15 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"bb2cbfc"}, + {vsn,"0dcf085"}, {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_frontend,db_hash, - db_hash_reader,db_hash_reader_sup,db_store_mongo, - db_system,dht_monitor,hash_reader_stats,http_cache, - http_handler,string_split,time_util,tor_download, + db_hash_reader,db_hash_reader_sup,db_loc_torrent, + db_store_mongo,db_system,dht_monitor, + hash_reader_stats,http_cache,http_handler,loc_torrent, + loc_torrent_sup,string_split,time_util,tor_download, tor_download_stats,torrent_file,transfer,urldecode, vlog]}]}. diff --git a/ebin/http_cache.beam b/ebin/http_cache.beam index e50f81c..071c154 100644 Binary files a/ebin/http_cache.beam and b/ebin/http_cache.beam differ diff --git a/ebin/http_handler.beam b/ebin/http_handler.beam index 1ba277d..8bb61cf 100644 Binary files a/ebin/http_handler.beam and b/ebin/http_handler.beam differ