Last active
September 26, 2018 06:43
-
-
Save JeyKJey/392744085cec10b6000a1f82adb462fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
price = page_content.find(id='listings_prices') | |
# check if the element with such id exists or not | |
if price is None: | |
# NOTIFY! LOG IT, COUNT IT | |
else: | |
# do something |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment