Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Musixmatch] Handle non-200 status code
Musixmatch returns ``` {'message': {'header': {'status_code': 401, 'execute_time': 0.0026848316192627, 'hint': 'captcha'}, 'body': []}} ``` after some requests, currently we return None to pass to the next provider, until we find a solution. Fixes #35
- Loading branch information