summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 15:52:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 15:52:20 +0200
commit5382e843f651f834c1df31bd494ed0638be07960 (patch)
treec82364905d7a3c50a56ef4019d969b1e14f12985 /src
parent3fc6e3cf5b586640a057e3f8335605c2bf5784ec (diff)
downloadcrawler-5382e843f651f834c1df31bd494ed0638be07960.tar.gz
crawler-5382e843f651f834c1df31bd494ed0638be07960.tar.bz2
..
Diffstat (limited to 'src')
-rw-r--r--src/crawl/crawl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 5d1c380..7c3fb80 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -3,6 +3,7 @@ local baseUrl = normalizer:parseUrl( "http://www.base.com" )
io.write( "base URL is: " .. baseUrl:str( ) .. "\n" )
local url = normalizer:normalize( baseUrl, "/relativedir/relativefile.html" )
io.write( "URL is: " .. url:str( ) .. "\n" )
+normalizer:delete( )
-- global setting