I know under the "List/Edit URLs" we can view all of the URLs crawled by Webinator. Is there a way we can easily export those URLs to some sort of file? excel or .csv? I've been copying and pasting them from the "Ordered by URL" view. It keeps crashing my computer.
From a shell/msdos prompt you could select them out of the database (the database path is listed in walk status).
texis -d DATABASE_PATH -s "select Url from html" >urllist.txt