1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

fix medialnewstoday test

This commit is contained in:
Jan Lukas Gernert 2023-03-30 07:58:11 +02:00
parent 029aaffcea
commit 9e73b94f11
3 changed files with 107 additions and 4 deletions

View file

@ -692,6 +692,7 @@ impl FullTextParser {
}
_ = Self::unwrap_noscript_images(context);
_ = Util::strip_node(context, "//noscript");
_ = Self::fix_lazy_images(context, document);
_ = Self::fix_iframe_size(context, "youtube.com");