diff options
Diffstat (limited to 'searx/utils.py')
| -rw-r--r-- | searx/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/utils.py b/searx/utils.py index 1ebfda12f..9c70c8cc4 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -592,7 +592,7 @@ def eval_xpath_getindex( return default -def get_embeded_stream_url(url: str): +def get_embedded_stream_url(url: str): """ Converts a standard video URL into its embed format. Supported services include Youtube, Facebook, Instagram, TikTok, Dailymotion, and Bilibili. |
