ccabrales / TabHero

Python command line tool to search and download guitar tabs from ultimate-guitar.com
MIT License
15 stars 4 forks source link

hey thank you for releasing this! but it throws one error #3

Closed hsapaul closed 1 year ago

hsapaul commented 1 year ago

AttributeError: 'NoneType' object has no attribute 'find_all'

ccabrales commented 1 year ago

See the discussion in https://github.com/ccabrales/TabHero/issues/1. The site layout has changed since this was created, so the crawling no longer works as expected. But you are more than welcome to open a PR to fix it!

Closing this as a duplicate.