• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D03-May-202234 21

READMEH A D03-May-2022760 2314

metalink.pyH A D03-May-202221.7 KiB732512

README

1Metalink Checker
2
3Metalink 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.
4
5It also checks general validity of the metalink (valid XML).
6
7
8
9Instructions:
10  1. You need to have Python installed.
11  2. Run on the command line using: python metalink.py
12
13  usage: metalink.py [options]
14
15  options:
16    -h, --help            show this help message and exit
17    -d, --download        Actually download the file(s) in the metalink
18    -f FILE, --file=FILE  Metalink file to check
19    -t TIMEOUT, --timeout=TIMEOUT
20                          Set timeout in seconds to wait for response
21                          (default=10)
22
23