Work around dynamically appended number on attribute

My sitemap works correctly with 'ul class="menu-section-list" id="section-menu-list-161408382"' but the appended number is dynamic (so the sitemap breaks every day).

How can I work around this?

I can only work out how to correctly display ONE row of data using 'div class="beer-prices"' my current sitemap. I think this happens as 'div class="beer-prices"' is at the same level as 'div class="beer-info"'.

I've tried so many options over the past two days. Does anyone have any tips to resolve this?

Cheers!

Url: https://untappd.com/v/nomad-brewing-co/2010178

Sitemap:
{"_id":"untappd3","startUrl":["https://untappd.com/v/nomad-brewing-co/2010178"],"selectors":[{"id":"page","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.venue-page","multiple":false,"delay":0},{"id":"tap house","type":"SelectorText","parentSelectors":["page"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"last updated","type":"SelectorText","parentSelectors":["page"],"selector":"span.updated-time","multiple":false,"regex":"","delay":0},{"id":"content","type":"SelectorElement","parentSelectors":["page"],"selector":"div.venue-content","multiple":false,"delay":0},{"id":"list","type":"SelectorElement","parentSelectors":["content"],"selector":"div[class*=section-area], [class=beer-info]","multiple":true,"delay":0},{"id":"brewery","type":"SelectorText","parentSelectors":["list"],"selector":"span a","multiple":false,"regex":"","delay":0},{"id":"beer name","type":"SelectorText","parentSelectors":["list"],"selector":"h5 a","multiple":false,"regex":"","delay":0},{"id":"beer style","type":"SelectorText","parentSelectors":["list"],"selector":"em","multiple":false,"regex":"","delay":0},{"id":"abv","type":"SelectorText","parentSelectors":["list"],"selector":"h6 span","multiple":false,"regex":"^(.+?)%","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["list"],"selector":"[class*=beer-prices]","multiple":false,"regex":"","delay":0},{"id":"time added","type":"SelectorElementAttribute","parentSelectors":["list"],"selector":"div > span","multiple":false,"extractAttribute":"data-update-at","delay":0}]}