Skip to content

[YouTube] Fix search filters messing with which lockup formats are extracted#1350

Merged
Stypox merged 1 commit intoTeamNewPipe:devfrom
Stypox:fix-search-filtered-lockup
Jul 28, 2025
Merged

[YouTube] Fix search filters messing with which lockup formats are extracted#1350
Stypox merged 1 commit intoTeamNewPipe:devfrom
Stypox:fix-search-filtered-lockup

Conversation

@Stypox
Copy link
Copy Markdown
Member

@Stypox Stypox commented Jul 28, 2025

Followup for #1338: LOCKUP_CONTENT_TYPE_VIDEO was only being extracted if extractPlaylistResults is true, which meant:

  • if no filter was active, both playlists and videos were extracted as expected
  • if only playlists were active, both playlists and videos were extracted, while only playlists should have been
  • if only videos were active, no LOCKUP_CONTENT_TYPE_VIDEO were extracted, which is obviously wrong

This PR fixed that.

Fixes TeamNewPipe/NewPipe#12466.

@Stypox Stypox added this to v0.28.x Jul 28, 2025
@Stypox Stypox added the ASAP Issue needs to be fixed as soon as possible label Jul 28, 2025
@github-project-automation github-project-automation Bot moved this to Todo in v0.28.x Jul 28, 2025
@Stypox Stypox moved this from Todo to In Progress in v0.28.x Jul 28, 2025
@Stypox Stypox added bug Issue or PR is related to a bug YouTube Service, https://www.youtube.com/ labels Jul 28, 2025
@Stypox Stypox merged commit 260ba47 into TeamNewPipe:dev Jul 28, 2025
4 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in v0.28.x Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ASAP Issue needs to be fixed as soon as possible bug Issue or PR is related to a bug YouTube Service, https://www.youtube.com/

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[YouTube] No videos in search results

2 participants