Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/crawler.py
Commit message (Expand)AuthorAgeFilesLines
* Use fetchall() where neededArthur de Jong2015-03-081-22/+2
* Use better names for tablesArthur de Jong2015-03-021-2/+2
* Refactor out path-handling functionsArthur de Jong2015-03-011-45/+5
* Implement --exclude optionArthur de Jong2015-03-011-10/+64
* Support both python 2 and 3Arthur de Jong2015-03-011-4/+4
* Implement a command to list backup contentsArthur de Jong2015-03-011-1/+2
* Improve database performanceArthur de Jong2015-02-211-4/+0
* Change directory while crawlingArthur de Jong2015-02-211-8/+14
* Handle path encoring errorsArthur de Jong2015-02-211-5/+10
* Use a slightly more efficient crawlerArthur de Jong2015-02-121-35/+45
* Initial version of command-line handlingArthur de Jong2015-02-121-2/+2
* Move crawler-related functions to new moduleArthur de Jong2015-02-121-0/+90