report handle

This commit is contained in:
gauthiier
2016-12-31 17:56:37 +01:00
parent 3ad4c920f6
commit 70d5181311
4 changed files with 260 additions and 162 deletions
+9 -4
View File
@@ -1,9 +1,14 @@
Usage: archive_nettime.py [options]
Usage: archive.py [options]
Options:
-h, --help show this help message and exit
-u URL, --url=URL nettime url
-l LIST, --list=LIST nettime's list name (ex: nettime-l)
-a ARCH, --arch=ARCH path to archive directory
(default='http://www.nettime.org/archives.php')
-l LIST, --list=LIST nettime's list name (default=nettime-l)
-a ARCH, --arch=ARCH path to archives directory (default='archives')
Dependencies: bs4
Dependencies: bs4
---