Compare commits
2 commits
e111c1f081
...
89396ab9db
| Author | SHA1 | Date | |
|---|---|---|---|
| 89396ab9db | |||
| 70b0860e1a |
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ def main():
|
|||
with open("articles-shanxi/links.csv", "r") as f:
|
||||
links = read_links(f)
|
||||
|
||||
download_link_texts(links, "message-box", "articles-shanxi")
|
||||
download_link_texts(links, "message-box", "articles-shanxi", encoding="UTF-8")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue