Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out #shorts #1

Open
Chiroyce1 opened this issue Jan 26, 2024 · 0 comments
Open

Filter out #shorts #1

Chiroyce1 opened this issue Jan 26, 2024 · 0 comments

Comments

@Chiroyce1
Copy link
Owner

So we've run into a problem where certain takeout's don't contain the titleUrl property for the videos, so this will not work for them.

Ways we can do this

  1. remove shorts and show results are purely videos
  2. Drop-down to select shorts / long videos / all videos
    if (obj.titleUrl) {

    We could just add a simple check for this
if (obj.titleUrl.includes("#shorts")) return false;

Of course that isn't great but we've got to work with what we have lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant