Closed julkah closed 4 years ago
The check if the key "data-framesrc" is in the iframe didn't work as expected. Thus this commit uses a try-catch-block which tries to get the item with the key "data-framesrc" but catches the KeyError which occurs if the iframe is no opencast embed.
"data-framesrc"
KeyError
The check if the key
"data-framesrc"
is in the iframe didn't work as expected. Thus this commit uses a try-catch-block which tries to get the item with the key"data-framesrc"
but catches theKeyError
which occurs if the iframe is no opencast embed.