Topic: https://brettterpstra.com/2019/04/22/so-you-got-setapp-dot-dot-dot-make-the-most-of-it/
hide preview

What's next? verify your email address for reply notifications!

bookwyrm 5y, 296d ago

The markup on the SetApp apps list page has changed and I had to modify the regex to get it to work:

/<div class="all-apps-item__name">\s*(.*?)\s*<\/div>/m

remark link
hide preview

What's next? verify your email address for reply notifications!

Brett 5y, 295d ago

Figures they'd break it so soon. Thanks for the update, I'll modify the script.

hide preview

What's next? verify your email address for reply notifications!

unverified 5y, 331d ago

Thanks for putting this together. Realizing how many apps I use that are on Setapp might be what makes me subscribe!

On line #25, sorting and getting the unique values prevents repeated app names:

setapp_apps.sort.uniq.each {|app|

hide preview

What's next? verify your email address for reply notifications!