browser-media-players icon indicating copy to clipboard operation
browser-media-players copied to clipboard

[Request] zdf.de

Open Somebodyisnobody opened this issue 3 years ago • 0 comments

I request support for the mediathek of the public broadcasting service ZDF located under at zdf.de:

Pause:

<button class="zdfplayer-control_button zdfplayer-pause zdfplayer-short-label" type="button" aria-label="Anhalten">
            <span class="btn-icon"></span>
        </button>

Play:

<button class="zdfplayer-control_button zdfplayer-play zdfplayer-short-label" type="button" aria-label="Abspielen">
            <span class="btn-icon"></span>
        </button>

Backwards 10s:

<button class="zdfplayer-control_button zdfplayer-10-backward zdfplayer-short-label" type="button" aria-label="10s rückwärts">
            <span class="btn-icon"></span>
        </button>

Forward 10s:

<button class="zdfplayer-control_button zdfplayer-10-forward zdfplayer-short-label" type="button" aria-label="10s vorwärts">
            <span class="btn-icon"></span>
        </button>

Thanks 👍

Somebodyisnobody avatar Dec 04 '20 20:12 Somebodyisnobody