The website may have changed the way they code the page because your RegExp produces multiple sections of code (not text and images.
To get the 'title', 'author', and 'thumbnail link' try this RegExp in your [MeasureCover] section:
RegExp=(?siU).*<entry>.*<title type='text'>(.*)</title>.*<author><name>(.*)</name>.*<media:thumbnail xmlns:media=.*url="(.*)"
This returns the title as StringIndex=1, the author as StringIndex=2, and the thumbnail URL as StringIndex=3Your code has other 'strange' sections and if you are still having problems, please post your entire rmskin package, or at least the @include file content.
To get the 'title', 'author', and 'thumbnail link' try this RegExp in your [MeasureCover] section:
RegExp=(?siU).*<entry>.*<title type='text'>(.*)</title>.*<author><name>(.*)</name>.*<media:thumbnail xmlns:media=.*url="(.*)"
This returns the title as StringIndex=1, the author as StringIndex=2, and the thumbnail URL as StringIndex=3
Code:
1 => The Story of Esther Jones, aka Baby Esther, the Inspiration for Betty Boop2 => Unknown3 => https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHO9EXBBh-Joy3rhcFDYJS5wlEcWhsJKAPyeczj40v5gnKnz9-AzWTZFeZB46IxdSZCFXx4joqcFLCJ6iaOsajjT8Fce5JWiDm2eJWJyp6ukd8jHUnj2swmJwmI_buDQYVZwfyLB5YiCkShVTGxy3-MU3TSACxhgKAJldmMphdY0Oba5UR59PXofRlHtY/s72-w640-h446-c/betty-boop-esther-jones.jpg
Statistics: Posted by eclectic-tech — Today, 8:51 pm