Fix Turbovid (#345)

This commit is contained in:
4l3x87
2021-09-27 17:38:58 +02:00
committed by mac12m99
parent 408bca028f
commit cca66c6cf6
2 changed files with 9 additions and 11 deletions
+1 -6
View File
@@ -4,12 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "((?:http://|https://).*?m3u8[^\"'\n]*)",
"url": "\\1"
},
{
"pattern": "((?:http://|https://).*?.mpd[^\"'\n]*)",
"pattern": "((?:https?://).\\S+.(m3u8|mp4|mpeg|mpd|flv)[^\"'\n]*)",
"url": "\\1"
},
{