Hi guys,
I have a list of sites where I want to parse logos. I have no problems where logos are simple linked via <img SRC=> tag, but I also noticed that a lot of logos are used as background images of <a> or <div> tags that usually have "logo" in the class name. Technically shouldn't be a problem to grab the background images but I have no idea how to parse the CSS of selected elements :/
I have a list of sites where I want to parse logos. I have no problems where logos are simple linked via <img SRC=> tag, but I also noticed that a lot of logos are used as background images of <a> or <div> tags that usually have "logo" in the class name. Technically shouldn't be a problem to grab the background images but I have no idea how to parse the CSS of selected elements :/