Last active
June 6, 2022 20:01
-
-
Save seowings/209bf1f918f25cfebcb7eb0e412a6f51 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
[NAME]=Raw desc | |
[TITLE]=Rawdesc | |
[FAVICON]=source | |
[URL_R]={url} | |
[URL_S]={url} | |
[REGEXP]=<meta\s+(?=[^>]*name\s*=\s*("|')description\1)[^>]*content\s*=\s*("|')(.*?)\2[^>]*> | |
[TYPE]=domain |
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
[NAME]=Raw Title | |
[TITLE]=RawTitle | |
[FAVICON]=source | |
[URL_R]={url} | |
[URL_S]={url} | |
[REGEXP]=<title[^>]*>([^<]+)<\/title> | |
[TYPE]=page |
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
[NAME]=WebArichve | |
[TITLE]=webarchiv | |
[FAVICON]=user | |
[URL_R]=http://archive.org/wayback/available?url={domain}×tamp=19900101 | |
[URL_S]=http://archive.org/wayback/available?url={domain} | |
[REGEXP]=(\/\d{4}\d{2}\d{1,2}).* | |
[TYPE]=domain |
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
[NAME]=Generator | |
[TITLE]=Generator | |
[FAVICON]=source | |
[URL_R]={url} | |
[URL_S]={url} | |
[REGEXP]=<meta\s+(?=[^>]*name\s*=\s*("|')generator\1)[^>]*content\s*=\s*("|')(.*?)\2[^>]*> | |
[TYPE]=domain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment