Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2025
1 parent cc5d31a commit 7cf48d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13477,10 +13477,11 @@
{
"id": "common2.pdfWebPage",
"selectorMatches": [
"[id=myPdfIframe][src*=pdf]"
"[id=myPdfIframe][src*=pdf]",
"#article [type='application/pdf'][src*=pdf]"
],
"pdfUrlExtractRule": {
"selector": "[id=myPdfIframe][src*=pdf]",
"selector": "iframe[src*=pdf]",
"attribute": "src"
}
},
Expand Down Expand Up @@ -13520,6 +13521,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-21T10:10:30.271Z",
"buildinConfigUpdatedAt": "2025-01-21T10:19:18.776Z",
"latestVersion": "1.13.6"
}

0 comments on commit 7cf48d2

Please sign in to comment.