Keeped Suds
This commit is contained in:
parent
f2fe5bb67c
commit
aef72fd5b0
|
@ -350,7 +350,6 @@
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"options": {
|
"options": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"frontend": "librarian",
|
|
||||||
"redirectType": "main_frame",
|
"redirectType": "main_frame",
|
||||||
"unsupportedUrls": "bypass"
|
"unsupportedUrls": "bypass"
|
||||||
},
|
},
|
||||||
|
@ -618,8 +617,26 @@
|
||||||
"embeddable": false,
|
"embeddable": false,
|
||||||
"url": "https://wikipedia.org"
|
"url": "https://wikipedia.org"
|
||||||
},
|
},
|
||||||
|
"snopes": {
|
||||||
|
"frontends": {
|
||||||
|
"suds": {
|
||||||
|
"name": "Suds",
|
||||||
|
"instanceList": true,
|
||||||
|
"url": "https://git.vern.cc/cobra/Suds"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
"^https?:\\/{2}(www\\.)?snopes\\.com\\/"
|
||||||
|
],
|
||||||
|
"name": "Snopes",
|
||||||
|
"options": {
|
||||||
|
"enabled": false,
|
||||||
|
"unsupportedUrls": "bypass"
|
||||||
|
},
|
||||||
|
"imageType": "svg",
|
||||||
|
"embeddable": false,
|
||||||
|
"url": "https://www.snopes.com"
|
||||||
|
},
|
||||||
"waybackMachine": {
|
"waybackMachine": {
|
||||||
"frontends": {
|
"frontends": {
|
||||||
"waybackClassic": {
|
"waybackClassic": {
|
||||||
|
|
Loading…
Reference in New Issue