diff --git a/Code/scraper.py b/Code/scraper.py index c2056c9..7232a5a 100644 --- a/Code/scraper.py +++ b/Code/scraper.py @@ -144,7 +144,7 @@ def scroll(): def get_status(x): status = "" try: - status = x.find_element_by_xpath(".//div[@class='_5wj-']").text + status = x.find_element_by_xpath(".//div[@class='_5wj-']").text #use _1xnd for Pages except: try: status = x.find_element_by_xpath(".//div[@class='userContent']").text