Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Albums with "Needs more weighted ratings to attain its full chart position" are currently ignored #39

Closed
Vuizur opened this issue Nov 21, 2022 · 1 comment

Comments

@Vuizur
Copy link
Contributor

Vuizur commented Nov 21, 2022

Hello,

currently when a chart is scraped that has entries with this tag, all of those are ignored. An example is here (code works on my fork):

from rymscraper.RymUrl import RymUrl
from rymscraper import rymscraper
url = RymUrl(genres="dream pop", origin_countries="russia")
print(url)
network = rymscraper.RymNetwork()

list_rows = network.get_chart_infos(url)
print(list_rows)

This prints only 4 results, because the other entries under https://rateyourmusic.com/charts/top/album/all-time/g:dream-pop/loc:russia/1/ have this indicator. It would be cool if they would be scraped despite of this.

@Vuizur
Copy link
Contributor Author

Vuizur commented Nov 21, 2022

I think I have a fix for this, I will push it to my branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant