You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: conf/nutch-default.xml
+6
Original file line number
Diff line number
Diff line change
@@ -1072,6 +1072,12 @@
1072
1072
<description>Comma-separated list of Any23 extractors (a list of extractors is available here: http://any23.apache.org/getting-started.html)</description>
1073
1073
</property>
1074
1074
1075
+
<property>
1076
+
<name>any23.content_types</name>
1077
+
<value>text/html,application/xhtml+xml</value>
1078
+
<description>Comma-separated list of content-types onto which Any23 extractors should be applied (see http://www.iana.org/assignments/media-types/). If empty, all content-types are supported.</description>
0 commit comments