Skip to content

feat: allow filtering out paid feed streams#13371

Draft
diogotcorreia wants to merge 1 commit intoTeamNewPipe:devfrom
diogotcorreia:filter-members-only
Draft

feat: allow filtering out paid feed streams#13371
diogotcorreia wants to merge 1 commit intoTeamNewPipe:devfrom
diogotcorreia:filter-members-only

Conversation

@diogotcorreia
Copy link

@diogotcorreia diogotcorreia commented Mar 23, 2026

What is it?

  • Bugfix (user facing)
  • Feature (user facing) ⚠️ Your PR must target the refactor branch
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This PR adds a new "Members only" filter to the feed page. To achieve this, a database migration is required to save the content availability of streams.

Before/After Screenshots/Screen Record

  • Before:
  • After:

// TODO

Fixes the following issue(s)

Closes #12883
Relates to #12011
Relates to #12040

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

This commit adds a new "Members only" filter to the feed page.
To achieve this, a database migration is required to save the content
availability of streams.

Closes TeamNewPipe#12883
Relates to TeamNewPipe#12011
Relates to TeamNewPipe#12040
@github-actions github-actions bot added the size/giant PRs with more than 750 changed lines label Mar 23, 2026
@diogotcorreia
Copy link
Author

I'm guessing this is enough of a feature (especially given the database migrations) to be targeted at the refactor branch instead. What is the "backport" policy for newpipe? Would it make sense to get this feature/fix on both dev/refactor?

Also, feel free to suggest better names. I think "members only" might not be the best.

Keeping this as draft because it is missing database migration tests as well

@TobiGr TobiGr added feature request Issue is related to a feature in the app feed Issue is related to the feed labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request Issue is related to a feature in the app feed Issue is related to the feed size/giant PRs with more than 750 changed lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hiding paid content

2 participants