Fix Akvideo Regex
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"active": true,
|
||||
"find_videos": {
|
||||
"ignore_urls": ["http://akvideo.stream/video", "http://akvideo.stream/video/api"],
|
||||
"ignore_urls": [ "http://akvideo.stream/video/api"],
|
||||
|
||||
"patterns": [
|
||||
{
|
||||
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club)/[^\\s]+[/=]([$0-9]+)(?:[\\s<]|$|\\.html)",
|
||||
"url": "http://akvideo.stream/swembedid/\\1"
|
||||
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club)/[^\\s]+[/=]([$0-9]+)(?:[\\s<]|$|\\.html)",
|
||||
"url": "http://akvideo.stream/swembedid/\\1"
|
||||
},
|
||||
{
|
||||
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club)/(?:embed-|video\\.php\\?file_code=)?([a-z0-9]+)(?:[\\s<]|$|\\.html)",
|
||||
"pattern": "https?://(?:akvideo\\.stream|akvi\\.club)/(?:embed-|video/|video\\.php\\?file_code=)?([a-z0-9]+)(?:[\\s<]|$|\\.html)",
|
||||
"url": "http://akvi.club/embed-\\1.html"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user