diff options
Diffstat (limited to 'searx/engines/google_videos.py')
| -rw-r--r-- | searx/engines/google_videos.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index 6a30223be..a0a72fc12 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -10,7 +10,6 @@ from searx.utils import ( eval_xpath_getindex, eval_xpath_list, extract_text, - get_embeded_stream_url, parse_duration_string, ) @@ -79,7 +78,6 @@ def response(resp: "SXNG_Response") -> EngineResults: title=title, thumbnail=thumbnail, length=length, - iframe_src=get_embeded_stream_url(url) or "", template="videos.html", ) ) |
