This commit is contained in:
nq
2026-04-15 08:11:43 -07:00
parent f65cb6d0d3
commit 89f0c32a15
5 changed files with 890 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ if __name__ == "__main__":
with open("url-final.txt", "r", encoding="utf-8") as f:
links = [line.strip() for line in f if line.strip()]
links = links[250:] # start from 251st
links = links[780:] # start from 251st
print(f"Loaded {len(links)} URLs. Starting from index 250.")
success_count = 0