diff --git a/HISTORY.md b/HISTORY.md index dd3eb80..0f1ed15 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 07.08.2013 + +* add torrent importer which can import local torrents into torrents database + ## 07.05.2013 * add torrent downloader which will download torrents and store them in database or local file system diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index d266366..25860db 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,6 +1,6 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"db93cd7"}, + {vsn,"4d31535"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, @@ -12,4 +12,5 @@ hash_reader_stats,http_cache,http_handler,loc_torrent, loc_torrent_cache,loc_torrent_sup,string_split, time_util,tor_builder,tor_download,tor_download_stats, + tor_location,tor_location_reader,tor_location_writer, torrent_file,transfer,urldecode,vlog]}]}. diff --git a/ebin/tor_builder.beam b/ebin/tor_builder.beam index ab0e8f7..f113930 100644 Binary files a/ebin/tor_builder.beam and b/ebin/tor_builder.beam differ diff --git a/ebin/tor_location.beam b/ebin/tor_location.beam new file mode 100644 index 0000000..e481351 Binary files /dev/null and b/ebin/tor_location.beam differ diff --git a/ebin/tor_location_reader.beam b/ebin/tor_location_reader.beam new file mode 100644 index 0000000..c40c4bb Binary files /dev/null and b/ebin/tor_location_reader.beam differ diff --git a/ebin/tor_location_writer.beam b/ebin/tor_location_writer.beam new file mode 100644 index 0000000..71bc78e Binary files /dev/null and b/ebin/tor_location_writer.beam differ diff --git a/win_start_import_tors.bat b/win_start_import_tors.bat index 1a1a358..fc721bd 100644 --- a/win_start_import_tors.bat +++ b/win_start_import_tors.bat @@ -1 +1 @@ -erl -pa ebin -noshell -run tor_builder start_standalone localhost 27017 10 torrents/ +erl -pa ebin -noshell -run tor_builder start_standalone localhost 27017 50 torrents/