Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan Daniël Maat 89396ab9db
Update shanxi encoding 2022-04-09 23:32:08 +01:00
Tristan Daniël Maat 70b0860e1a
Move the guangdong links 2022-04-09 23:31:52 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -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__":