Skip to content

Commit

Permalink
tests: ebaumsworld change accept to type
Browse files Browse the repository at this point in the history
  • Loading branch information
siniakinaa committed Nov 18, 2024
1 parent a4dd9d9 commit cf86c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/ebaumsworld.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
// https://www.ebaumsworld.com/media/embed/81387150
return {
href: "https://www.ebaumsworld.com/media/embed/" + urlMatch[1],
accept: CONFIG.T.text_html,
type: CONFIG.T.text_html,
rel: [CONFIG.R.player, CONFIG.R.autoplay],
"aspect-ratio": 567 / 345
};
Expand Down

0 comments on commit cf86c87

Please sign in to comment.