-
Notifications
You must be signed in to change notification settings - Fork 118
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
403 Client Error: Forbidden for url: https://www.billboard.com/charts/radio-songs #97
Comments
Does anyone have this error? Or is it just me? |
When I visit the Radio Songs chart, I see that the chart is only available to "Pro subscribers". We'd have to add support for paid billboard subscription accounts (and you'd have to pay for their subscription) for this link to work. |
I think that this is not the case. I got an error |
Using Debug tool in the PyCharm I've changed User-Agent from 'python-requests/2.32.3' to 'Mozilla/5.0' and got a result. |
Adding
makes module working for me. |
The code:
raise
Python 3.12
Billboard.py 7.1.0
Requests 2.32.3
The text was updated successfully, but these errors were encountered: