diff options
| -rw-r--r-- | global.txt | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ # Look for Open Graph data - http://ogp.me title: //meta[@property="og:title"]/@content date: //meta[@property="article:published_time"]/@content -# article:author is someties URL, e.g. on guardian.co.uk
\ No newline at end of file +# article:author is someties URL, e.g. on guardian.co.uk + +# If you get chunks of Javascript code appearing in the extracted output, try uncommenting the lines below. +# This tries to convert script tags to hidden div elements (which Full-Text RSS removes). +# If you notice issues with this approach, please let us know. +#find_string: <script +#replace_string: <div style="display:none" +#find_string: </script> +#replace_string: </div>
\ No newline at end of file |
