diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 560f1f8..7d094c0 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -4379,7 +4379,9 @@ tarteaucitron.services.youtube = { frame_height = 'height=', video_frame, allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"), - attrs = ["theme", "rel", "controls", "showinfo", "autoplay", "mute", "start", "loop", "enablejsapi"], + start = tarteaucitron.getElemAttr(x, "start"), + end = tarteaucitron.getElemAttr(x, "end"), + attrs = ["theme", "rel", "controls", "showinfo", "autoplay", "mute", "start", "end", "loop", "enablejsapi"], params = attrs.filter(function (a) { return tarteaucitron.getElemAttr(x, a) !== null; }).map(function (a) {