Skip to content

v1.1.0 - Fix Transcript Fetching with InnerTube API

Latest

Choose a tag to compare

@Limecooler Limecooler released this 08 Jul 21:27
· 6 commits to main since this release

What's Changed

πŸ› Bug Fixes

  • Fixed transcript fetching using YouTube's InnerTube API
  • Transcripts now work reliably instead of returning empty responses

✨ New Features

  • Added InnerTube API integration for better reliability
  • Extracts INNERTUBE_API_KEY from YouTube pages
  • Uses Android client context for improved access
  • Automatic fallback to HTML extraction if InnerTube fails

πŸ“š Documentation

  • Updated README to remove transcript limitations warning
  • Added InnerTube implementation details to CLAUDE.md

Technical Details

  • Makes authenticated requests to /youtubei/v1/player endpoint
  • Uses clientName: "ANDROID" for better compatibility
  • No new dependencies required

Full Changelog: v1.0.0...v1.1.0