Compare commits
2 commits
e111c1f081
...
89396ab9db
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | 89396ab9db | ||
Tristan Daniël Maat | 70b0860e1a |
|
@ -12,7 +12,7 @@ def main():
|
||||||
with open("articles-shanxi/links.csv", "r") as f:
|
with open("articles-shanxi/links.csv", "r") as f:
|
||||||
links = read_links(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__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue