diff options
| author | Nick Mathewson <nickm@torproject.org> | 2008-11-24 20:17:16 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2008-11-24 20:17:16 +0000 |
| commit | aaf78f11d361dc6bcb829b30a1600a6762289431 (patch) | |
| tree | 33ffc9d6bb903476935322e2c6814b2d66724e22 | |
| parent | 86cb0047c540b656417c073f88e79dada409ddd0 (diff) | |
| download | anonbib-aaf78f11d361dc6bcb829b30a1600a6762289431.tar.gz | |
Add 8 pdf links that were (a) found by new "make suggest" feature, and (b) verified to be working.
svn:r307
| -rw-r--r-- | rank.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ def getPageForTitle(title, cache=True, update=True, save=True): def getCite(title, cache=True, update=True, save=True): url, page = getPageForTitle(title, cache=cache, update=update, save=save) if not page: - return None + return None,None # Check if it finds any articles if len(re.findall("did not match any articles", page)) > 0: |
