diff --git a/ebin/api.beam b/ebin/api.beam new file mode 100644 index 0000000..916006e Binary files /dev/null and b/ebin/api.beam differ diff --git a/ebin/crawler_http.beam b/ebin/crawler_http.beam index e048e0b..4b786ee 100644 Binary files a/ebin/crawler_http.beam and b/ebin/crawler_http.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index 267afdf..0d57ad6 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,18 +1,19 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"37ccb19"}, + {vsn,"54a3012"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, {mod,{crawler_app,[]}}, - {modules,[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,hash_cache_writer,hash_reader, - 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]}]}. + {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, + hash_cache_writer,hash_reader,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]}]}. diff --git a/ebin/http_handler.beam b/ebin/http_handler.beam index b32582b..017a564 100644 Binary files a/ebin/http_handler.beam and b/ebin/http_handler.beam differ