Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
update torrent importer, save process state so that can launch next time
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlynx committed Jul 8, 2013
1 parent 0c6097f commit 03f98c3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
3 changes: 2 additions & 1 deletion 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]},
Expand All @@ -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]}]}.
Binary file modified ebin/tor_builder.beam
Binary file not shown.
Binary file added ebin/tor_location.beam
Binary file not shown.
Binary file added ebin/tor_location_reader.beam
Binary file not shown.
Binary file added ebin/tor_location_writer.beam
Binary file not shown.
2 changes: 1 addition & 1 deletion 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/

0 comments on commit 03f98c3

Please sign in to comment.