elmoiv / azapi

Get Lyrics from AZLyrics.com like a Boss ~(0_0)~
GNU General Public License v3.0
121 stars 12 forks source link

Google or Duckduckgo found nothing #23

Closed abhijitmaji27 closed 1 year ago

abhijitmaji27 commented 1 year ago

Failed to find lyrics. Trying to get link from Google Google found nothing!

vladfreeze commented 1 year ago

Also doesn't work for me

elmoiv commented 1 year ago

I tested it with random artists and it is working fine for both DuckDuckGo and Google.

You can comment with a snippet of your code to help solve your issue.

vladfreeze commented 1 year ago

I tested with the python example from the documentation. With google it worked only once, duckduckgo works correctly.

image

abhijitmaji27 commented 1 year ago

I did the same code but after few requests Google is blocking the requests so can you please tell me how to bypass the block

On Mon, 9 Jan, 2023, 2:28 am Vlad Vifor, @.***> wrote:

I tested with the python example from the documentation. With google it worked only once, duckduckgo works correctly.

[image: image] https://user-images.githubusercontent.com/58890859/211218728-2d1b6ef1-88c0-4926-8d0c-95681c4dd1eb.png

— Reply to this email directly, view it on GitHub https://github.com/elmoiv/azapi/issues/23#issuecomment-1374925744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE34S6CNTNQ6P5ZNJ7JDACLWRMS7BANCNFSM6AAAAAATT6K7ME . You are receiving this because you authored the thread.Message ID: @.***>

elmoiv commented 1 year ago

That happened due too many requests in a small duration. Try to wait for like a minute between each call.

*It is adviced not to send too many requests to avoid IP ban by search engines.

If you have the correct artist and song name you can use direct fetch instead.

P.S: Try to use multiple proxies

abhijitmaji27 commented 1 year ago

Thank you for your response.

On Mon, 9 Jan, 2023, 9:35 am Khaled ElMorshedy, @.***> wrote:

That happened due too many requests in a small duration. Try to wait for like a minute between each call.

*It is adviced not to send too many requests to avoid IP ban by search engines.

If you have the correct artist and song name you can use direct fetch instead.

— Reply to this email directly, view it on GitHub https://github.com/elmoiv/azapi/issues/23#issuecomment-1375079800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE34S6FETPIYRN2BZWP5GWDWROFB5ANCNFSM6AAAAAATT6K7ME . You are receiving this because you authored the thread.Message ID: @.***>