1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Hidden Z
31e1cb0706 py-i2phosts-fetcher: add logger using our get_logger() 2010-10-30 17:53:39 +00:00
Hidden Z
522cbd468c py-i2phosts-fetcher: read configuration options from config file 2010-10-30 17:52:52 +00:00
Hidden Z
dd46733afd py-i2phosts-fetcher: add command-line options support 2010-10-30 17:48:04 +00:00
Hidden Z
3f35ae2011 py-i2phosts-fetcher: call injector with '-a' 2010-10-28 19:34:35 +00:00
Hidden Z
e0e6113808 py-i2phosts-fetcher: add log message 2010-10-27 15:36:51 +00:00
Hidden Z
4bd9b7883f py-i2phosts-fetcher: use os.path.mtime() for getting mtime
This is more efficient way than os.stat because it returns just mtime,
not full stat() info.
2010-10-20 23:05:35 +06:00
Hidden Z
1054426a91 py-i2phosts-fetcher: simple hosts.txt fetcher
It fetches files from remote hosts using urllib2 and local eeproxy and
runs py-i2phosts-injector for each downloaded file.
2010-10-20 22:46:46 +06:00