### What problem does this PR solve? #451 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.5.0
| continue | continue | ||||
| if re.match(r"[0-9]{2,3}/[0-9]{3}$", up["text"]) \ | if re.match(r"[0-9]{2,3}/[0-9]{3}$", up["text"]) \ | ||||
| or re.match(r"[0-9]{2,3}/[0-9]{3}$", down["text"]): | |||||
| or re.match(r"[0-9]{2,3}/[0-9]{3}$", down["text"]) \ | |||||
| or not down["text"].strip(): | |||||
| i += 1 | i += 1 | ||||
| continue | continue | ||||