From f6d61b61f951131adb6a9768edef996d6b2a5a85 Mon Sep 17 00:00:00 2001 From: akanksha Date: Mon, 22 Apr 2024 08:40:06 +0530 Subject: [PATCH] update --- project/main3.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project/main3.py b/project/main3.py index 12e6476..773e61d 100644 --- a/project/main3.py +++ b/project/main3.py @@ -81,7 +81,15 @@ def download_and_save_articles(links_list, csv_file): all_links = [ "https://timesofindia.indiatimes.com/india", "https://timesofindia.indiatimes.com/world", + "https://timesofindia.indiatimes.com/world/middle-east", + "https://timesofindia.indiatimes.com/world/uk", + "https://timesofindia.indiatimes.com/world/us", + "https://timesofindia.indiatimes.com/world/south-asia" "https://timesofindia.indiatimes.com/business", + "https://timesofindia.indiatimes.com/business/stock-market", + "https://timesofindia.indiatimes.com/business/financial-literacy", + "https://timesofindia.indiatimes.com/business/india-business", + "https://timesofindia.indiatimes.com/business/international-business", "https://timesofindia.indiatimes.com/technology", "https://timesofindia.indiatimes.com/sports" ]