python-metallum icon indicating copy to clipboard operation
python-metallum copied to clipboard

Python API for www.metal-archives.com

Results 7 python-metallum issues
Sort by recently updated
recently updated
newest added

The rest of the modules are just fine, requests_cache included but requests_cache.core doesn't seem to be a thing? I've tried on two computers and both fail. Removing the import and...

Sorry for resubmiting I just learned that github only allows 1 account and ppl got banned so I wanna play it safe. - Added similar artists property that fetches the...

BandResult only has properties to extract the data from index 0 to 2 which is sufficient for the most basic query result: >>> print(metallum.band_search('Iron Maiden')) [] But if other criteria...

the way 'request_cache' has to be imported has shifted, and needed a fix -- which many others also did in their forks

- Added functionality for the song search feature (`song_search` and `SongResult` and a change in the link parsing to extract the song ID) - Added additional search parameters for `band_search`...

Added format for releaseFormat

I think adding `self._session.proxies = {...}` to `Metallum/__init__` with some respective option will work just fine.