Skip to content

Commit

Permalink
Skip list page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jactry committed May 23, 2020
1 parent 0c5939a commit 16400de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
if not HANZI_RE.match(line):
continue

# Skip list page.
if line.endswith('\u5217\u8868'):
continue

print(converter.convert(line))
count += 1
if count % 1000 == 0:
Expand Down

0 comments on commit 16400de

Please sign in to comment.