Skip to content

Instantly share code, notes, and snippets.

@kraravind
Created March 31, 2016 23:44
Show Gist options
  • Save kraravind/5f59c86b1f1626d0593eabf35419a683 to your computer and use it in GitHub Desktop.
Save kraravind/5f59c86b1f1626d0593eabf35419a683 to your computer and use it in GitHub Desktop.
#geo location
k9=soup1.find_all('meta')
lst=filter(lambda tag: tag.has_attr('name'),k9)
filt=filter(lambda tag: tag['name']=='geo.position', lst)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment