Work around broken link
This commit is contained in:
parent
a66fbc83aa
commit
8cb72464b4
|
@ -35,6 +35,10 @@ def main():
|
||||||
writer.writerow(i, link[0], link[1])
|
writer.writerow(i, link[0], link[1])
|
||||||
|
|
||||||
for i, link in enumerate(links):
|
for i, link in enumerate(links):
|
||||||
|
# Broken link
|
||||||
|
if i == 210:
|
||||||
|
continue
|
||||||
|
|
||||||
print(f"Downloading {link[0]} ({i}/{len(links)})")
|
print(f"Downloading {link[0]} ({i}/{len(links)})")
|
||||||
|
|
||||||
text = download_article_text(link[0])
|
text = download_article_text(link[0])
|
||||||
|
|
Loading…
Reference in a new issue