Skip to content

Commit

Permalink
Update immub.org.txt (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerAusB authored Dec 5, 2024
1 parent f09ff38 commit 52197be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion immub.org.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
http_header(User-Agent): Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0

body: //article[contains(concat(' ',normalize-space(@class),' '),' article ')]
a
body: //article[contains(concat(' ',normalize-space(@class),' '),' project ')]


#due to JavaScript the real conent is found with a different URL:
next_page_link: concat( substring-before( substring-after ( (//script[contains(text(), 'bucket_domain =')]/text()) , "bucket_domain = '") , "'") , substring-before( substring-after ( (//script[contains(text(), 'sarquivo_pt =')]/text()) , "sarquivo_pt = '") , "'") )
Expand All @@ -13,6 +14,9 @@ strip_id_or_class: article-header
strip_id_or_class: article-footer
strip_id_or_class: visible-xs

# prevent FTR to inject picture from og:image
insert_detected_image: no

prune: no
tidy: no

Expand Down

0 comments on commit 52197be

Please sign in to comment.