[media.ccc.de] Show conference title in search results instead of slug

This commit is contained in:
TobiGr 2021-01-08 14:15:25 +01:00
parent 52f3bd15f2
commit 2d93b23723
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ public class MediaCCCStreamInfoItemExtractor implements StreamInfoItemExtractor
@Override
public String getUploaderName() {
return event.getString("conference_url")
.replaceFirst("https://(api\\.)?media\\.ccc\\.de/public/conferences/", "");
return event.getString("conference_title");
}
@Override