Skip to content

Commit

Permalink
Improves handling of YouTube BBC in print mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Dec 18, 2024
1 parent e35ebfc commit 41c82e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ protected function setDisabled(): void
$this->disabled['iurl'] = true;
$this->disabled['email'] = true;
$this->disabled['flash'] = true;
$this->disabled['youtube'] = true;

// @todo Change maybe?
if (!isset($_GET['images'])) {
Expand Down

0 comments on commit 41c82e8

Please sign in to comment.