dbeley / rymscraper

Python library to extract data from rateyourmusic.com.
MIT License
163 stars 25 forks source link

Unable to change URL path #43

Open JMor222 opened 1 year ago

JMor222 commented 1 year ago

First off, thank you so much for making this available!!

This is my absolute first thing I've used Python for or pulled from Github. So please excuse any noob issues.

I can not figure out how to change the URL that is being used in get_chart.py.

It looks like at the top it comes from rymscraper and then in rymscraper it looks like it comes from RymUrl.py where I can see a hard-coded path. When I update that path it has no effect on my get_chart script.

I see I can use the -U to change the URL, but that only exports 1 page and the escapes out because 'str' object has no attribute 'page'