Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] XPath engine azlyrics - new parameter x is needed. #3302

Closed
wants to merge 1 commit into from

Commits on Mar 6, 2024

  1. [fix] XPath engine azlyrics - new parameter x is needed.

    This commit adds a static `x` argument to the GET URL.  Its not clear how long
    this static value will work.  The alternative is to implement a python modul for
    this engine to get the `x` argument from the HTML form of
    
    https://search.azlyrics.com/search.php / the XPath selector to get the value is::
    
            //input[@name='x']@value
    
    Closes: searxng#3280
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e7a16c1 View commit details
    Browse the repository at this point in the history