Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.48 KB

File metadata and controls

45 lines (30 loc) · 1.48 KB

Pocat Documentation

Official documentation site for Pocat - a powerful YouTube video downloader with multiple engine support.

🚀 Features

  • Multi-Engine Support: yt-dlp, ytdl-core, and Puppeteer downloaders
  • Quality Selection: From 144p to 4K resolution support
  • API-First Design: RESTful API with comprehensive endpoints
  • Video Streaming: Built-in HTTP video serving capabilities
  • Future-Ready: Migration path to official YouTube API with OAuth

📖 Documentation

Visit our documentation site at: pocat-dev.github.io

🛠️ Development

This documentation is built with Astro Starlight.

Commands

Command Action
pnpm install Install dependencies
pnpm dev Start dev server at localhost:4321
pnpm build Build production site
pnpm preview Preview build locally

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Related