autopkg / peshay-recipes

Autopkg recipes with FileWave integration
5 stars 22 forks source link

Rework of the regex of the URLTextSearch for MindManager Mac #33

Closed timko98 closed 5 years ago

timko98 commented 5 years ago

At the moment the regex just looks for any build and a href to a mac download link, but after downloading the website with curl there are no newlines and the match is found over multiple lines. Therefore instead of looking for the starting point and end point with infinite characters in between, it now does look for the two points but only allows a finite number of characters to really only find a MacOS release.