diff options
author | Wookey <wookey@wookware.org> | 2011-09-15 12:12:18 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-09-15 12:12:18 +0100 |
commit | ae693ca4c5c0327b21da6a8118bc7b0b4dadf8ce (patch) | |
tree | 4bd0ffd3ddf2b4992fb74bbb9e63602f3c3a4068 | |
parent | 77dcf7f7597dd6f946cfcb12cd8ed1773ac83b61 (diff) | |
download | troggle-ae693ca4c5c0327b21da6a8118bc7b0b4dadf8ce.tar.gz troggle-ae693ca4c5c0327b21da6a8118bc7b0b4dadf8ce.tar.bz2 troggle-ae693ca4c5c0327b21da6a8118bc7b0b4dadf8ce.zip |
Add 2010 and 2011 logbooks to parsing list (can we make this auto
somehow - by agreeing a logbook format, or letting it guess)?
-rw-r--r-- | parsers/logbooks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index c794f9f..9c5b106 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -253,6 +253,8 @@ def Parseloghtml03(year, expedition, txt): EnterLogIntoDbase(date = ldate, place = tripcave, title = triptitle, text = ltriptext, trippeople=trippeople, expedition=expedition, logtime_underground=0) yearlinks = [ + ("2011", "2011/logbook.html", Parseloghtmltxt), + ("2010", "2010/logbook.html", Parselogwikitxt), ("2009", "2009/2009logbook.txt", Parselogwikitxt), ("2008", "2008/2008logbook.txt", Parselogwikitxt), ("2007", "2007/logbook.html", Parseloghtmltxt), |