diff options
| author | Marcel Dopita <m@rcel.cz> | 2015-12-06 09:24:41 +0100 |
|---|---|---|
| committer | Marcel Dopita <m@rcel.cz> | 2015-12-06 09:24:41 +0100 |
| commit | 195f891d007206abc4a6f6e0fc95b820512b7922 (patch) | |
| tree | 5e3e860b96722ae0055e41106d5b0cb2299153ea | |
| parent | 4cace141bca459e72c9ea74e8d091680628044e5 (diff) | |
| download | ftr-site-config-195f891d007206abc4a6f6e0fc95b820512b7922.tar.gz ftr-site-config-195f891d007206abc4a6f6e0fc95b820512b7922.zip | |
Update phoronix.com.txt
Fixes following:
Fatal error: Call to undefined method DOMText::getElementsByTagName() in /var/www/html/full-text-rss/libraries/readability/Readability.php on line 894
| -rw-r--r-- | phoronix.com.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phoronix.com.txt b/phoronix.com.txt index e7dd21c..c742111 100644 --- a/phoronix.com.txt +++ b/phoronix.com.txt @@ -1,6 +1,6 @@ # based on the grabber rules of picofeed -body: //div[@class="content"]/child::node() +body: //div[@class="content"] test_url: http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1 # replace_string(<h5>): <h2> |
