Problem/motivation
Per Drupal Change Record https://www.drupal.org/node/3566774 , several procedural functions are deprecated in Drupal 11.4.x with no replacement. This includes _filter_url_escape_comments, which the URL Embed module uses in /src/Plugin/Filter/ConvertUrlToEmbedFilter.php
Proposed resolution
Backport the Drupal core function _filter_url_escape_comments into the URL embed module, renaming it to indicate its scope as an internal function only available to URL embed.
Issue fork url_embed-3586036
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mark_fullmer