Closed lmas closed 3 years ago
Experiment with parsing html, finding items using css selectors and using found items as regular rss items.
Using css selectors was a nightmare and didn't work out at all..
But on the other hand, plain ol' regexp did the trick and worked perfectly!
Implemented in dev branch
Experiment with parsing html, finding items using css selectors and using found items as regular rss items.