Skip to content

Conversation

@dustdfg
Copy link
Contributor

@dustdfg dustdfg commented Jan 5, 2026

Fix regression where all ListLinkHandlerFactories of media.ccc.de were replaces with one

Regression was introduced in 1e8474b

Fixes: TeamNewPipe/NewPipe#11026


Note error on opening Live tab is separate issue and not related to this PR

Look. This problem was before me:

public String getUrl(final String id,
final List<String> contentFilter,
final String sortFilter)
throws ParsingException, UnsupportedOperationException {
// FIXME: wrong URL; should be https://streaming.media.ccc.de/{conference_slug}/{room_slug}
return "https://media.ccc.de/live";
}
}


  • I carefully read the contribution guidelines and agree to them.
  • I have tested the API against NewPipe.
  • I agree to create a pull request for NewPipe as soon as possible to make it compatible with the changed API.

were replaces with one

Regression was introduced in 1e8474b
@TobiGr TobiGr merged commit f3e1430 into TeamNewPipe:dev Jan 5, 2026
2 of 4 checks passed
@TobiGr TobiGr added bug Issue is related to a bug media.ccc.de service, https://media.ccc.de labels Jan 5, 2026
@TobiGr TobiGr changed the title Fix regression where of media.ccc.de [media.ccc.de] Fix wrong kiosk link handlers Jan 5, 2026
@TobiGr TobiGr changed the title [media.ccc.de] Fix wrong kiosk link handlers [media.ccc.de] Use correctlink handlers for kiosks Jan 5, 2026
@dustdfg dustdfg deleted the ccc_tabs branch January 5, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue is related to a bug media.ccc.de service, https://media.ccc.de

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recent tab not showing https://media.ccc.de/recent

2 participants