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

Shorts filter added #269

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Shorts filter added #269

merged 1 commit into from
Jan 12, 2024

Conversation

igormidev
Copy link
Contributor

Shorts filter implemented

Fix to this issue

What changed?

Now developers can filter only for shorts videos in a channel
Example:

 final YoutubeExplode _yt = YoutubeExplode();
await _yt.channels.getUploadsFromPage(
   channel.id,
   VideoSorting.newest,
   videoType: VideoType.shorts, // <= create this setting
)

@Hexer10
Copy link
Owner

Hexer10 commented Jan 12, 2024

Thanks for the PR! Looks good

@Hexer10 Hexer10 merged commit 6e9daf8 into Hexer10:master Jan 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants