diff -r 48cdc013fc07 -r c28fb800e252 src/widgets/AutoPlayer.js --- a/src/widgets/AutoPlayer.js Tue Oct 22 07:06:10 2024 +0200 +++ b/src/widgets/AutoPlayer.js Tue Oct 22 07:19:03 2024 +0200 @@ -24,6 +24,7 @@ "height", "width", "url_transform", + "dailymotionPlayerId" ], _opts = {}, _types = [ @@ -45,7 +46,7 @@ }, { regexp: /^(https?:\/\/)?(www\.)?dailymotion\.com/, - type: "DailymotionPlayer", + type: "VideojsPlayer", }, ]