Urladd
From MLDonkey
(Redirected from Add url)
Contents |
Syntax
> urladd <kind> <url>
Description
Allows to immediately load a network resource, and add the URL to the web_infos list, with a default period of one hour.
If you want an other period you have to stop the core and edit the web_infos entry in your downloads.ini.
<kind>can be any of:
| server.met | List of donkey servers |
|---|---|
| rss | Syndication feeds to get periodically updated data. The content can be retrieved using the command rss |
| motd.conf | Setup changes of the day |
| motd.html | Information of the day in HTML format |
| comments.met | List of edonkey files comments |
| contact.dat | List of Overnet boot peers |
| ocl | Overnet network boot peers |
| kad | Kad network boot peers |
| geoip.dat | IP to country mapping database |
| guarding.p2p | IP blocking lists (ipfilter and guardian v2 formats) |
| nodes.gzip | List of fasttrack nodes |
Example
> urladd server.met "http://www.jd2k.com/server.met" url added to web_infos. downloading now > urladd rss "http://linuxtracker.org/rss.rss" url added to web_infos. downloading now
History
- 2.7.5 renamed add_url to urladd
- 2.5.30.15 added rss support