We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70c6c4 commit 59e815eCopy full SHA for 59e815e
week1/community-contributions/day-1-marketing_insights_scraper.py renamed to week1/community-contributions/day1_marketing_insights_scraper_Selenium_OpenAI.py
@@ -151,16 +151,7 @@ def save_to_excel(data_list: list, filename="website_analysis.xlsx"):
151
152
# 🔹 LIST OF WEBSITES TO PROCESS
153
websites = [
154
- "https://www.udacity.com/",
155
- "https://www.coursera.org",
156
- "https://www.udemy.com",
157
- "https://www.edx.org",
158
- "https://www.freecodecamp.org/",
159
- "https://www.datacamp.com/",
160
- "https://www.w3schools.com/",
161
- "https://www.futurelearn.com/",
162
- "https://codefirstgirls.com/",
163
- "https://www.linkedin.com/learning",
+ "https://www.gymshark.com/",
164
]
165
166
if __name__ == "__main__":
0 commit comments