I would like to ask some help for the next project. I have a txt file (myurls.txt) with many urls (around 200). (http:\url1.com, Http:\urlblue.com etc etc)
These are different pages.
I would like to check these pages source codes and I wanna found two words for example ‘Easter egg’ and save these webpages in a new txt file(match.txt)
For example :
http:\url1.com -> Easter egg
I’ve tried to use python3 but unsuccessful.
Someone can help me please?