Fix Turbovid (#345)

This commit is contained in:
4l3x87
2021-09-27 17:38:58 +02:00
committed by GitHub
parent 207df5678d
commit be6eb18570
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"
},
{