Skip to content

v2.1.11: Improved title detection reliability

Compare
Choose a tag to compare
@YouG-o YouG-o released this 03 Mar 11:57
· 10 commits to main since this release

🚀 Improvements

  • Switch to YouTube player API for main title detection
  • Keep oembed API as fallback method
  • Add better error handling with multiple fallback levels

📝 Details

  1. Title detection

    • Use movie_player.getPlayerResponse() as primary source
    • More reliable than oembed API
    • Faster as no external API call needed
  2. Reliability

    • Keep oembed API as fallback method
    • Multiple fallback levels for maximum reliability
    • Better error handling with graceful degradation