parent
19cc43c442
commit
0c73ddc08b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public final class LinkPreviewUtil {
|
||||||
|
|
||||||
Matcher titleMatcher = TITLE_PATTERN.matcher(html);
|
Matcher titleMatcher = TITLE_PATTERN.matcher(html);
|
||||||
if (titleMatcher.find() && titleMatcher.groupCount() > 0) {
|
if (titleMatcher.find() && titleMatcher.groupCount() > 0) {
|
||||||
htmlTitle = titleMatcher.group(1);
|
htmlTitle = htmlDecoder.fromEncoded(titleMatcher.group(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
Matcher faviconMatcher = FAVICON_PATTERN.matcher(html);
|
Matcher faviconMatcher = FAVICON_PATTERN.matcher(html);
|
||||||
|
|
Loading…
Add table
Reference in a new issue