mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-18 20:21:37 +00:00
add a tool to add local torrents to database
This commit is contained in:
parent
b42a85e929
commit
00cfa07d88
@ -1,6 +1,6 @@
|
|||||||
{application,dhtcrawler,
|
{application,dhtcrawler,
|
||||||
[{description,"A DHT crawler to index magnet hash to torrent"},
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
||||||
{vsn,"1a9f38d"},
|
{vsn,"8ee2e54"},
|
||||||
{registered,[dht_crawler_sup]},
|
{registered,[dht_crawler_sup]},
|
||||||
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
||||||
mongodb]},
|
mongodb]},
|
||||||
@ -11,5 +11,5 @@
|
|||||||
db_store_mongo,db_system,dht_monitor,
|
db_store_mongo,db_system,dht_monitor,
|
||||||
hash_reader_stats,http_cache,http_handler,loc_torrent,
|
hash_reader_stats,http_cache,http_handler,loc_torrent,
|
||||||
loc_torrent_cache,loc_torrent_sup,string_split,
|
loc_torrent_cache,loc_torrent_sup,string_split,
|
||||||
time_util,tor_download,tor_download_stats,
|
time_util,tor_builder,tor_download,tor_download_stats,
|
||||||
torrent_file,transfer,urldecode,vlog]}]}.
|
torrent_file,transfer,urldecode,vlog]}]}.
|
||||||
|
BIN
ebin/tor_builder.beam
Normal file
BIN
ebin/tor_builder.beam
Normal file
Binary file not shown.
1
win_start_import_tors.bat
Normal file
1
win_start_import_tors.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
erl -pa ebin -noshell -run tor_builder start_standalone localhost 27017 10 torrents/
|
Loading…
Reference in New Issue
Block a user