diff options
author | rusinthread <rusinthread@cock.li> | 2017-01-04 21:14:25 +0300 |
---|---|---|
committer | rusinthread <rusinthread@cock.li> | 2017-01-04 21:14:25 +0300 |
commit | 198133f259abadd334ff39dd3206f1231156d788 (patch) | |
tree | bea32666147557ad58c9388087bcfa31d12322b6 /main.py | |
parent | 0eb7b81ddfc48e77d68c8b8ef5cb6e31f023a317 (diff) |
add new texts and photos from 2ch archive
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ def decode(s, is_url=False): if word == '': continue - if re.match(r'^\d+\%$', word): + if re.match(r'^\d+', word): buf += word elif is_url and word.endswith('://'): buf += word[0] |