| File | Date | Author | Commit |
|---|---|---|---|
| testcases | 2008-01-21 | nabber00 | [r127] Updated test cases |
| AUTHORS | 2007-11-13 | bneijt | [r91] Added version information in preparation of pac... |
| README | 2007-11-13 | bneijt | [r91] Added version information in preparation of pac... |
| checker.py | 2008-04-06 | nabber00 | [r131] Broke down meatlink.py into multiple files and ... |
| download.py | 2008-04-06 | nabber00 | [r131] Broke down meatlink.py into multiple files and ... |
| header.txt | 2008-04-06 | nabber00 | [r132] Added new header file for generating metalink.py |
| metalink.py | 2008-03-24 | nabber00 | [r130] Added support for resuming downloads without ch... |
| setup.py | 2008-04-06 | nabber00 | [r131] Broke down meatlink.py into multiple files and ... |
| test.py | 2008-01-21 | nabber00 | [r126] Added test cases and script |
| xmlutils.py | 2008-04-06 | nabber00 | [r131] Broke down meatlink.py into multiple files and ... |
Metalink Checker
Metalink Checker is a command line application that checks or downloads(executes) metalink files. It downloads the files, checks their SHA1 or MD5 verification and verifies that the files are working.
It also checks general validity of the metalink (valid XML).
Instructions:
1. You need to have Python installed.
2. Run on the command line using: python metalink.py
usage: metalink.py [options]
options:
-h, --help show this help message and exit
-d, --download Actually download the file(s) in the metalink
-f FILE, --file=FILE Metalink file to check
-t TIMEOUT, --timeout=TIMEOUT
Set timeout in seconds to wait for response
(default=10)