From 2eb76827724b0cb7ba2f512c6e532ae0cdf3f721 Mon Sep 17 00:00:00 2001 From: reger Date: Tue, 29 Apr 2014 00:41:29 +0200 Subject: [PATCH] add html5 audio/video tag to html content scraper - tag content is added to embed collection --- source/net/yacy/document/parser/html/ContentScraper.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/net/yacy/document/parser/html/ContentScraper.java b/source/net/yacy/document/parser/html/ContentScraper.java index 217db08eb3..8142317d23 100644 --- a/source/net/yacy/document/parser/html/ContentScraper.java +++ b/source/net/yacy/document/parser/html/ContentScraper.java @@ -97,6 +97,7 @@ public enum TagName { embed(TagType.singleton), //added by [MN] param(TagType.singleton), //added by [MN] iframe(TagType.singleton), // scraped as singleton to get such iframes that have no closing tag + source(TagType.singleton), // html5 (part of