Skip to content

Commit

Permalink
Update blast-info.fr.txt (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerAusB authored Dec 11, 2024
1 parent 6a51cc1 commit 69a620b
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions blast-info.fr.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# Site uses JavaScript, API-calls and/or techniques to prevent content catching, so...

# This works NOT with ftr.fivefilters.net (FTR|Fulltext-RSS)
# This works NOT with wallabag UI

# This only works with wallabagger browser-plugin with activated
# option 'Retrieve content from the browser' in it's settings

http_header(User-Agent): Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0

body: //div[contains(concat(' ',normalize-space(@class),' '),' bg-body ')]
title: //h1
body: //div[contains(@class, 'story-container')]
author: //div[contains(@class, 'story-meta-author')]
date: //aside[contains(@class, 'story-meta-right')]//time/@datetime

strip: //p[contains(@class, 'authors')]
strip: //div[@class="story-tags"]
strip: //div[@class="story-related"]
strip: //header//div[contains(@class, 'btag')]
author: //a[contains(@href, '/auteurs/')]/figcaption
date: //time/@datetime


strip: //header
strip: //footer
strip: //aside
strip: //a[contains(@href, '/tags/')]/ancestor::h2[1]

strip_attr: //img/@srcset

find_string: class="container
replace_string: class="foo-cntnr

prune: no
tidy: no

test_url: https://www.blast-info.fr/articles/2021/quand-le-jeu-video-tire-a-droite-episode-1-pixels-et-culottes-courtes-k6uqgfpeTsasamW1-eYv7g

0 comments on commit 69a620b

Please sign in to comment.