Created
March 31, 2016 23:44
-
-
Save kraravind/5f59c86b1f1626d0593eabf35419a683 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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