I have a list of 10 links in a textfile(links.txt) that currently works with the code below;
with open("links.txt") as in_file: for url in in_fi