ttrss_plugin-feediron icon indicating copy to clipboard operation
ttrss_plugin-feediron copied to clipboard

[Enhancement?] Send UA to website to get full context page instead of xpath

Open 264768502 opened this issue 10 years ago • 2 comments

Is it possible to add UA config to get different page to one website Sometimes, website will feed different page according UA. It will become easy to get clean full context instead of find xpath, and it will be friendly for mobile phone rss user to read. And easily for user to config.

264768502 avatar Jul 03 '15 02:07 264768502

At the moment the plugin uses a function from tt-rss to get the content of the page. I'm not sure there is an option to manipulate this setting directly. Therefore one must implement all stuff on its own.

m42e avatar Jul 03 '15 08:07 m42e

For a page fetching option I'm Currently Researching: Phantomjs php Library - https://github.com/jonnnnyw/php-phantomjs Selenium bindings php Library - https://github.com/facebook/php-webdriver

dugite-code avatar Mar 22 '18 07:03 dugite-code