File | Date | Author | Commit |
---|---|---|---|
src | 2006-10-23 | bneijt | [r27] - Added generator attribute |
AUTHORS | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
COPYING | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
ChangeLog | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
Doxyfile | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
INSTALL | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
Makefile | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
Makefile.metalinklinks | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
NEWS | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
README | 2006-10-23 | bneijt | [r27] - Added generator attribute |
TODO | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
main.aap | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
metalinklinks.aap | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
package.sh | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
todo.sh | 2006-10-18 | bneijt | [r24] - Added items to the TODO list |
Metalinklinks Metalinklinks is a small, pure C++ program what will extract the links from a metalink file. It is ment to be used to create link lists for other applications which don't support metalinks yet. For example, using amule-tools to download all the ed2k links from a metalink file: metalinklinks ed2k metalinks.metalink |xargs -n1 ed2k It is meant to be pure C++ and portable, without relying on any library. This means it simply scans the XML, so don't expect anything fancy.