fname = "url.txt"
with open(fname) as f:
for line in f:
contents = requests.get(line)
time.sleep(1.5)

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です