mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
486 B
JSON
16 lines
486 B
JSON
{
|
|
"name": "Meta-Geo",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "This plugin identifies and extracts data from meta geo.* tags - More Info: http://en.wikipedia.org/wiki/Geotagging",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"geo.[^\"]+\" content=\"([^\"]+)\"[^>]*>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"ICBM\" content=\"([^\"]+)\"[^>]*>)"
|
|
}
|
|
]
|
|
}
|