Work around broken link

main
Tristan Daniël Maat 2022-04-09 19:04:20 +01:00
parent a66fbc83aa
commit 8cb72464b4
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ def main():
writer.writerow(i, link[0], link[1])
for i, link in enumerate(links):
# Broken link
if i == 210:
continue
print(f"Downloading {link[0]} ({i}/{len(links)})")
text = download_article_text(link[0])