Allen

Results 20 comments of Allen

> Thanks for the tip. I keep this issue open, because it would be good to somehow parse this information from yt as well. Found an instance which returns results...

@unixfox Blue lines are [L124](https://github.com/searx/searx/blob/49b2553561d59251acbf9ed3f05828f18ebcbd0f/searx/engines/flickr_noapi.py#L124) and [L118](https://github.com/searx/searx/blob/49b2553561d59251acbf9ed3f05828f18ebcbd0f/searx/engines/flickr_noapi.py#L118) which are used for the template images.html [https://github.com/searx/searx/blob/49b2553561d59251acbf9ed3f05828f18ebcbd0f/searx/engines/flickr_noapi.py#L119](https://github.com/searx/searx/blob/49b2553561d59251acbf9ed3f05828f18ebcbd0f/searx/engines/flickr_noapi.py#L119) The template [images.html](https://github.com/searx/searx/blob/master/searx/templates/oscar/result_templates/images.html) will take care of displaying the results but it displays those results...

Maybe this can help you further. [https://searx.github.io/searx/dev/search_api.html?highlight=api](https://searx.github.io/searx/dev/search_api.html?highlight=api)

What if you apply this patch? https://github.com/searxng/searxng/blob/ac15c70566749798ad7b2a0945ecf93792517a99/searx/settings.yml#L1704-L1721

https://github.com/searx/searx/issues/2772

This has been implemented and can be changed from settings.yml. See [https://github.com/searx/searx/blame/d93ac96c9fd24c3a671ed3d785b7d6c4845f4a09/searx/settings.yml#L4](https://github.com/searx/searx/blame/d93ac96c9fd24c3a671ed3d785b7d6c4845f4a09/searx/settings.yml#L4) The issue can be closed as FR is done.

https://github.com/searx/searx/issues/1456#issuecomment-466778239

(Outdated) xpath engine: https://github.com/allendema/searxng/blob/12d9de269825759eb3ce15f22357f39968e2c513/searx/settings.yml#L1790

More than 50% of rooms there seem to be just test rooms with under 3 users. Just use the site itself, or search on SearXNG for the room directly.

I've seen that https://github.com/FlareSolverr/FlareSolverr is been used by different projects. Regarding dependencies, it uses Python with Selenium which is already used here. I only wonder if the [already installed geckodriver](https://github.com/searxng/searxng/blob/13eec44b65d19dedddfd85755ed2adab2a22187c/manage#L220-L252)...