From ea51103d9e33e0445bd5cbbf0f65273fa335c3b5 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 11 Sep 2017 13:17:31 +0200 Subject: [PATCH] rss_converter_facebook.com.xsl: fix scraping facebook.com pages once again Tip: in order to get more posts, and not just the last two, append "/posts" to the facebook page URL, or use the URL of the "See all" link in the "Posts" section. --- src/rss_converter_facebook.com.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rss_converter_facebook.com.xsl b/src/rss_converter_facebook.com.xsl index def8e69..0750b30 100644 --- a/src/rss_converter_facebook.com.xsl +++ b/src/rss_converter_facebook.com.xsl @@ -52,7 +52,7 @@ name="page-id" select="substring-after(//meta[@property='al:android:url']/@content, 'fb://page/')"/> - + - - + + @@ -135,7 +135,7 @@ - + -- 2.1.4