im doing a freelancing job, so please tell me how to get only class from shopee website.....
urlpage=urlopen("https://shopee.co.id/fedorafashion page=0&shopCollection=13201396").read()
bswebpage=BeautifulSoup(urlpage, "lxml")
results=bswebpage.findAll("div",{'class':"shopee-category-list__body"}