diff options
Diffstat (limited to 'facebook.com.txt')
| -rw-r--r-- | facebook.com.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/facebook.com.txt b/facebook.com.txt index 26d4f90..c02c057 100644 --- a/facebook.com.txt +++ b/facebook.com.txt @@ -1,12 +1,13 @@ body: //div[@id='imagestage'] body: //div[contains(@class, 'userContentWrapper')] - +body: //div[@id='m_story_permalink_view' or contains(@data-sigil, 'm-story-view')] strip_id_or_class: commentable +strip: //div[contains(@data-sigil, 'm-mentions-expand')] prune: no tidy: no -# single_page_link: replace(substring-after(//noscript//meta[@http-equiv="refresh"]/@content, 'URL='), "&", "&") +single_page_link: concat("https://m.", substring-after(//link[@rel="alternate" and @media="handheld"]/@href, "//www.")) test_url: https://www.facebook.com/permalink.php?story_fbid=10154584776550183&id=294468630182 test_contains: holding an extraordinary session in Brussels this month |
