Browse Source

Update run.py

pysitemap-python-2.7
Kamo Petrosyan 9 years ago
parent
commit
40ec0454af
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      run.py

+ 2
- 2
run.py View File

@ -6,10 +6,10 @@ Example script
"""
if __name__=='__main__':
url = 'http://www.techelec.ru/' # url from to crawl
url = 'http://www.example.ru/' # url from to crawl
logfile = 'errlog.log' # path to logfile
oformat = 'xml' # output format
crawl = pysitemap.Crawler(url=url, logfile=logfile, oformat=oformat)
print datetime.datetime.now()
crawl.crawl()
print datetime.datetime.now()
print datetime.datetime.now()

Loading…
Cancel
Save