mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-20 20:55:49 +00:00
Fix for HER-2068
This commit is contained in:
@@ -454,7 +454,7 @@ public class ExtractorHTML extends ContentExtractor implements InitializingBean
|
||||
(String)value: value.toString();
|
||||
CharSequence context = elementContext(element,
|
||||
attr.group(6));
|
||||
processEmbed(curi, codebase, context);
|
||||
processLink(curi, codebase, context);
|
||||
} else if (attr.start(7) > -1) {
|
||||
// CLASSID, DATA
|
||||
if (resources == null) {
|
||||
|
||||
Reference in New Issue
Block a user