mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
[media.ccc.de] live kiosk - display info of the current talk
This commit is contained in:
parent
21c6a7884c
commit
deb9af7bf5
@ -23,7 +23,7 @@ public class MediaCCCLiveStreamKioskExtractor implements StreamInfoItemExtractor
|
||||
|
||||
@Override
|
||||
public String getName() throws ParsingException {
|
||||
return roomInfo.getString("schedulename");
|
||||
return roomInfo.getObject("talks").getObject("current").getString("title");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -65,7 +65,7 @@ public class MediaCCCLiveStreamKioskExtractor implements StreamInfoItemExtractor
|
||||
|
||||
@Override
|
||||
public String getUploaderName() throws ParsingException {
|
||||
return conferenceInfo.getString("conference");
|
||||
return conferenceInfo.getString("conference") + " - " + group + " - " + roomInfo.getString("display");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user