Fix invalid translator JSON
This commit is contained in:
parent
35e097b664
commit
84c83c7f99
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"translatorType":4,
|
||||
"label":"Mainichi Daily News",
|
||||
"creator":"Frank Bennett",
|
||||
"target":"^http://(?:search\\.)*mdn\\.mainichi\\.jp/(?:$|result\?|mdnnews/|perspectives/|features/|arts/|travel/)",
|
||||
"target":"^http://(?:search\\.)*mdn\\.mainichi\\.jp/(?:$|result\\?|mdnnews/|perspectives/|features/|arts/|travel/)",
|
||||
"minVersion":"2.0b7",
|
||||
"maxVersion":"",
|
||||
"priority":100,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"translatorType":12,
|
||||
"label":"Open WorldCat",
|
||||
"creator":"Simon Kornblith",
|
||||
"target":"^http://www\.worldcat\.org/",
|
||||
"target":"^http://www\\.worldcat\\.org/",
|
||||
"minVersion":"1.0.0b3.r1",
|
||||
"maxVersion":"",
|
||||
"priority":100,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"translatorType":4,
|
||||
"label":"The Times UK",
|
||||
"creator":"William Smith",
|
||||
"target":"timesonline\.co\.uk/tol/.+ece$",
|
||||
"target":"timesonline\\.co\\.uk/tol/.+ece$",
|
||||
"minVersion":"1.0.0b4.r5",
|
||||
"maxVersion":"",
|
||||
"priority":100,
|
||||
|
|
Loading…
Add table
Reference in a new issue