I built a scraper this afternoon, to pull the music charts from BBC Radio 1’s chart.
https://morph.io/mrwilson/bbc-radio-chart
The scraper works fine on my machine, creating a sqlite database with the expected data, and the logging indicates that it finds the same records (40 each time) but the database is not being exposed.
I copied the sample python project, and I’ve not been able to fix it yet.
Thanks in advance to anyone who replies!