harsh4870 / Justdail-scrapper

A 100% working Justdial scrapper, Just enter the url and it'll extract business info from it
20 stars 21 forks source link

please update SVG maping for mobile number #3

Open synergos91 opened 2 years ago

synergos91 commented 2 years ago

def which_digit(html): mappingDict={'icon-ji':9, 'icon-dc':'+', 'icon-fe':'(', 'icon-hg':')', 'icon-ba':'-', 'icon-lk':8, 'icon-nm':7, 'icon-po':6, 'icon-rq':5, 'icon-ts':4, 'icon-vu':3, 'icon-wx':2, 'icon-yz':1, 'icon-acb':0, } return mappingDict.get(html,'')

Please update this