mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-12 19:46:22 +00:00
change inc_announce response fileds to empty (only _id)
This commit is contained in:
parent
aa7e8bb18a
commit
164c0f0f21
@ -26,6 +26,10 @@ You can also compile the source code and run it manually. The source code is in
|
|||||||
|
|
||||||
Also you can check more technique information at my blog site (Chinese) [codemacro.com](http://codemacro.com)
|
Also you can check more technique information at my blog site (Chinese) [codemacro.com](http://codemacro.com)
|
||||||
|
|
||||||
|
## Source code
|
||||||
|
|
||||||
|
dhtcrawler is totally open source, and can be used in any purpose, but you should keep my name on, copyright by me please. You can checkout dhtcrawler2 source code in this git repo **src** branch.
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
Most config value is in `priv/dhtcrawler.config`, when you first run dhtcrawler, this file will be generated automatically. And the other config values are passed by arguments to erlang functions. In most case you don't need to change these config values, except these network addresses.
|
Most config value is in `priv/dhtcrawler.config`, when you first run dhtcrawler, this file will be generated automatically. And the other config values are passed by arguments to erlang functions. In most case you don't need to change these config values, except these network addresses.
|
||||||
|
BIN
deps/bson/ebin/bson.beam
vendored
BIN
deps/bson/ebin/bson.beam
vendored
Binary file not shown.
BIN
deps/bson/ebin/bson_binary.beam
vendored
BIN
deps/bson/ebin/bson_binary.beam
vendored
Binary file not shown.
BIN
deps/bson/ebin/bson_tests.beam
vendored
BIN
deps/bson/ebin/bson_tests.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_app.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_app.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_http_client.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_http_client.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_lb.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_lb.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_lib.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_lib.beam
vendored
Binary file not shown.
BIN
deps/ibrowse/ebin/ibrowse_sup.beam
vendored
BIN
deps/ibrowse/ebin/ibrowse_sup.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/bencode.beam
vendored
BIN
deps/kdht/ebin/bencode.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/bucket.beam
vendored
BIN
deps/kdht/ebin/bucket.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_id.beam
vendored
BIN
deps/kdht/ebin/dht_id.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_net.beam
vendored
BIN
deps/kdht/ebin/dht_net.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/dht_state.beam
vendored
BIN
deps/kdht/ebin/dht_state.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/kdht_sup.beam
vendored
BIN
deps/kdht/ebin/kdht_sup.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/msg.beam
vendored
BIN
deps/kdht/ebin/msg.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/search.beam
vendored
BIN
deps/kdht/ebin/search.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/storage.beam
vendored
BIN
deps/kdht/ebin/storage.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/timer_monitor.beam
vendored
BIN
deps/kdht/ebin/timer_monitor.beam
vendored
Binary file not shown.
BIN
deps/kdht/ebin/vlog.beam
vendored
BIN
deps/kdht/ebin/vlog.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo.beam
vendored
BIN
deps/mongodb/ebin/mongo.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_app.beam
vendored
BIN
deps/mongodb/ebin/mongo_app.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_connection.beam
vendored
BIN
deps/mongodb/ebin/mongo_connection.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_cursor.beam
vendored
BIN
deps/mongodb/ebin/mongo_cursor.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_id_server.beam
vendored
BIN
deps/mongodb/ebin/mongo_id_server.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_pool.beam
vendored
BIN
deps/mongodb/ebin/mongo_pool.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_protocol.beam
vendored
BIN
deps/mongodb/ebin/mongo_protocol.beam
vendored
Binary file not shown.
BIN
deps/mongodb/ebin/mongo_sup.beam
vendored
BIN
deps/mongodb/ebin/mongo_sup.beam
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ebin/config.beam
BIN
ebin/config.beam
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,16 +1,16 @@
|
|||||||
{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,"5d8c198"},
|
{vsn,"b9130ec"},
|
||||||
{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]},
|
||||||
{mod,{crawler_app,[]}},
|
{mod,{crawler_app,[]}},
|
||||||
{modules,[bt_conn,bt_message,config,crawler_app,crawler_http,
|
{modules,[bt_conn,bt_message,config,crawler_app,crawler_http,
|
||||||
crawler_stats,crawler_sup,db_frontend,db_hash,
|
crawler_stats,crawler_sup,db_frontend,db_hash,
|
||||||
db_hash_reader,db_hash_reader_sup,db_loc_torrent,
|
db_loc_torrent,db_store_mongo,db_system,dht_monitor,
|
||||||
db_store_mongo,db_system,dht_monitor,
|
hash_reader,hash_reader_stats,hash_reader_sup,
|
||||||
hash_reader_stats,http_cache,http_handler,loc_torrent,
|
http_cache,http_handler,loc_torrent,loc_torrent_cache,
|
||||||
loc_torrent_cache,loc_torrent_sup,string_split,
|
loc_torrent_sup,string_split,time_util,tor_builder,
|
||||||
time_util,tor_builder,tor_download,tor_download_stats,
|
tor_download,tor_download_stats,tor_location,
|
||||||
tor_location_reader,tor_location_writer,torrent_file,
|
tor_location_reader,tor_location_writer,torrent_file,
|
||||||
urldecode,vlog]}]}.
|
transfer,urldecode,vlog]}]}.
|
||||||
|
BIN
ebin/hash_reader.beam
Normal file
BIN
ebin/hash_reader.beam
Normal file
Binary file not shown.
Binary file not shown.
BIN
ebin/hash_reader_sup.beam
Normal file
BIN
ebin/hash_reader_sup.beam
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ebin/vlog.beam
BIN
ebin/vlog.beam
Binary file not shown.
Loading…
Reference in New Issue
Block a user