instagram-crawler icon indicating copy to clipboard operation
instagram-crawler copied to clipboard

cant fetch comments or post likes....

Open Cherchercher opened this issue 3 years ago • 1 comments

el_likes = browser.find_one(".Nm9Fw > * > span") returns None

Cherchercher avatar May 17 '21 21:05 Cherchercher

Modify this line to this: ele_comments = browser.find(".eo2As .C4VMK")

SLYJason avatar Oct 03 '21 01:10 SLYJason