So I have a string that contains data below
https://myanimelist.net/animelist/domis1/load.json?status=2&offset=0.
I want to find all 'anime_id' and put them into the list (only numbers). I tried with find('anime_id'), but I can't do this for multiple occurings in the string.