-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your get method has a parameter for setting the proxy for the request:
Line 48 in 8f3d44b
def get(self, url, _proxies={}): |
But you don't pass the proxy defined in the AZlyrics
class to the method:
Line 77 in 8f3d44b
page = self.get(link) |
Line 148 in 8f3d44b
albums_page = self.get(link) |
Lines 51 to 55 in 8f3d44b
google_page = get_func('{}{}+site%3Aazlyrics.com'.format( | |
search_engines[slctd_srch_engn], | |
encoded_data | |
) | |
) |
elmoiv
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working