Fix altadefinizione01 - alcuni server mancanti

This commit is contained in:
marco
2022-12-27 20:07:02 +01:00
parent 1f64b017ab
commit b7885ab100
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
"find_videos": {
"patterns": [
{
"pattern": "https?://dropload.io/(\\w{12})",
"pattern": "//dropload.io/(\\w{12})",
"url": "https://dropload.io/\\1"
},
{
"pattern": "https?://dropload.io/embed-(\\w{12}).html",
"pattern": "//dropload.io/embed-(\\w{12}).html",
"url": "https://dropload.io/\\1"
}
]