Revision 13856
Added by Aaron Marcuse-Kubitza over 10 years ago
tnrs.py | ||
---|---|---|
71 | 71 |
"mode":"All", "type":"Detailed", "encoding":"utf8", "dirty":"false", \ |
72 | 72 |
"sources":"false", "taxonomic":"true", "email":"tnrs@lka5jjs.orv", \ |
73 | 73 |
"key":"[key]"}|1|2|3|4|1|5|6|') |
74 |
# dirty: |
|
75 |
# when on, sometimes marks multiple names as Selected. must be turned *off* |
|
76 |
# so that only one name is marked as Selected. |
|
74 | 77 |
download_response_pattern = '^//OK\[1,\["(.*)"\],0,7\]$' |
75 | 78 |
download_url_suffix = '&name=tnrs_results.txt&encoding=utf8' |
76 | 79 |
|
Also available in: Unified diff
lib/tnrs.py: download_request_template: dirty: documented why this must be off