added mhtml support and fixed some bugs in the process
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
"(hitfile\\.net/[a-z0-9A-Z]{4,9})"
|
||||
],
|
||||
"regexp": "(hitf\\.(to|cc)/([a-z0-9A-Z]{4,9}))|(htfl\\.(net|to|cc)/([a-z0-9A-Z]{4,9}))|(hitfile\\.(net)/download/free/([a-z0-9A-Z]{4,9}))|((hitfile\\.net/[a-z0-9A-Z]{4,9}))",
|
||||
"status": false
|
||||
"status": true
|
||||
},
|
||||
"mega": {
|
||||
"name": "mega",
|
||||
@@ -494,7 +494,7 @@
|
||||
"mediafire\\.com/(\\?|download/|file/|download\\.php\\?)([0-9a-z]{15})"
|
||||
],
|
||||
"regexp": "mediafire\\.com/(\\?|download/|file/|download\\.php\\?)([0-9a-z]{15})",
|
||||
"status": true
|
||||
"status": false
|
||||
},
|
||||
"mixdrop": {
|
||||
"name": "mixdrop",
|
||||
@@ -17869,9 +17869,9 @@
|
||||
"dl-protect.best"
|
||||
],
|
||||
"regexps": [
|
||||
"dl\\-protect\\.(best|info|net|link|cc)/([0-9a-zA-Z]{8})"
|
||||
"dl\\-protect\\.(best|info|net|link|cc)/([^/]+)"
|
||||
],
|
||||
"regexp": "dl\\-protect\\.(best|info|net|link|cc)/([0-9a-zA-Z]{8})"
|
||||
"regexp": "dl\\-protect\\.(best|info|net|link|cc)/([^/]+)"
|
||||
},
|
||||
"ed-protect": {
|
||||
"name": "ed-protect",
|
||||
|
||||
Reference in New Issue
Block a user