mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "Videosmate-Organizer",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Videosmate Organizer - Organize your favorite YouTube & Vimeo Videos on your own site in minutes. The script contains an API that can pull videos automatically from YouTube to your site based on the channel name or keywords that you enter. ",
|
||||
"website": "http://videosmate.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "</div> <!-- /content-in -->"
|
||||
},
|
||||
{
|
||||
"text": "<!-- script Downloaded from http://videosmate.com -->"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<!--Copyright (20[\\d]{2}),Videosmate Organizer[\\s]+Downloaded from http:\\/\\/videosmate\\.com)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<!-- LICENSED Version Videosmate ORGANIZER, Ver\\.([^\\s]+) -->)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a href=http:\\/\\/videosmate\\.com><font color=#ffffff>Powered by Videosmate Organizer Version ([^\\s^&]+) Copyright © (20[\\d]{2})<\\/a>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a href=http:\\/\\/videosmate\\.com><font color=#ffffff>Powered by Videosmate Organizer Version ([^\\s^&]+) Copyright © (20[\\d]{2})<\\/a>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user