shanxi: Update broken links
This commit is contained in:
parent
3602c56966
commit
d945a61b3c
|
@ -12,6 +12,9 @@ def main():
|
|||
with open("articles-shanxi/links.csv", "r") as f:
|
||||
links = read_links(f)
|
||||
|
||||
# Broken links
|
||||
links = links[:254]
|
||||
|
||||
download_link_texts(links, "message-box", "articles-shanxi", encoding="UTF-8")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue