yourupload: fix

This commit is contained in:
Intel1
2018-05-14 14:41:47 -05:00
committed by GitHub
parent de8e430eda
commit 90557c8fcb

View File

@@ -12,6 +12,10 @@
{
"pattern": "embed[./]yourupload.com(?:/|.php\\?url=)([A-z0-9]+)",
"url": "http://www.yourupload.com/embed/\\1"
},
{
"pattern": "(yourupload.com/download\\?file=[A-z0-9]+)",
"url": "https://www.\\1&sendFile=true"
}
]
},