junkfood02/seal

🦭 Video/Audio Downloader for Android, based on yt-dlp

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 15th, 2022
Open Issues & Pull Requests: 719 (+0)
GitHub issues: Enabled
Number of forks: 1,384
Total Stargazers: 28,810 (+0)
Total Subscribers: 166 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.2 hours
Mean response time: 45.2 days
90th percentile: 120.8 days
Tracked items: 394

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "action-closed" is answered fastest, typically in under an hour, while "enhancement" waits about 8 days. 74% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 547
New in 7 days: 5
Closed in 7 days: 1
Avg open age: 407 days
Stale 30+ days: 519
Stale 90+ days: 469

Recent activity

Opened in 7 days: 5
Closed in 7 days: 1
Comments in 7 days: 14
Events in 7 days: 33

Top labels

  • bug (751)
  • new issue (621)
  • duplicate (251)
  • action-closed (244)
  • Stale (170)
  • enhancement (162)
  • pending (8)
  • question (6)

Detailed Description

Seal is a video and audio downloader for Android that leverages yt-dlp to retrieve media from platforms supported by that tool.

The tool solves the problem of downloading video and audio content on mobile devices by wrapping yt-dlp in a native Android interface. It works by accepting URLs from supported platforms and using yt-dlp's backend to handle the actual download logic, while providing an Android-native user experience built with Jetpack Compose and Material Design.

Seal suits users who need reliable video and audio downloads on Android without relying on web-based downloaders or platform-specific apps. It works well for downloading individual videos, extracting audio from videos with embedded metadata and thumbnails, or batch-downloading entire playlists. The tool includes aria2c as an external downloader option and supports embedding subtitles into downloaded videos. Users comfortable with command-line tools can execute custom yt-dlp commands through templates. The project is distributed through F-Droid, making it accessible to users preferring open-source app stores.

The project maintains active engagement with its user base through multilingual documentation and interface translations. Development shows consistent responsiveness to issues and pull requests, with regular updates addressing both bug fixes and feature requests. The codebase demonstrates attention to code quality and architectural patterns appropriate to modern Android development practices.