InstagramGiveawayScraper icon indicating copy to clipboard operation
InstagramGiveawayScraper copied to clipboard

changed ig_user class name from "TlrDj" to "ZIAjV"

Open chrispydev opened this issue 4 years ago • 0 comments

When ever I run the script, I get an exception so I did some digging and I solved the problem

error line

ig_user = comment.find_element_by_class_name('TlrDj').get_attribute('textContent')

corrected line

ig_user = comment.find_element_by_class_name('ZIAjV').get_attribute('textContent') And thank you Jakobowsky

chrispydev avatar Jun 23 '20 10:06 chrispydev