Skip to content

Proxy is not usedΒ #11

@SimonIT

Description

@SimonIT

Your get method has a parameter for setting the proxy for the request:

def get(self, url, _proxies={}):

But you don't pass the proxy defined in the AZlyrics class to the method:

page = self.get(link)

albums_page = self.get(link)

azapi/azapi/tools.py

Lines 51 to 55 in 8f3d44b

google_page = get_func('{}{}+site%3Aazlyrics.com'.format(
search_engines[slctd_srch_engn],
encoded_data
)
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions