diff options
Diffstat (limited to 'thedailymash.co.uk.txt')
| -rw-r--r-- | thedailymash.co.uk.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/thedailymash.co.uk.txt b/thedailymash.co.uk.txt new file mode 100644 index 0000000..a83a6cf --- /dev/null +++ b/thedailymash.co.uk.txt @@ -0,0 +1,14 @@ +# Remove duplicated title +strip: //div[@id='content']/div[1][@class='full_intro']/h2 + +# Remove links, ads etc. +strip: //*[(@class= "aside")] + +# Remove the date and add it to the date published field in Instapaper +strip: //div[@class="date"] +date: //div[@class="date"] + +# There is no byline on The Daily Mash. + +convert_double_br_tags: yes +test_url: http://www.thedailymash.co.uk/index.php?option=com_content&task=view&id=4994&Itemid=81&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+thedailymash+%28The+Daily+Mash.+It%27s+news+to+us.%29
\ No newline at end of file |
