diff options
| -rw-r--r-- | titanic-magazin.de.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/titanic-magazin.de.txt b/titanic-magazin.de.txt new file mode 100644 index 0000000..70108e3 --- /dev/null +++ b/titanic-magazin.de.txt @@ -0,0 +1,8 @@ +body: //div[contains(@class, 'tt_news-bodytext')] + +# cut html short +find_string: <!--TYPO3SEARCH_end--> +replace_string: </div></body></html> + +test_url: http://www.titanic-magazin.de/ich.war.bei.der.waffen.rss +test_url: http://www.titanic-magazin.de/news/wenig-bekannte-fakten-ueber-2014-6986/
\ No newline at end of file |
