v2.1.11: Improved title detection reliability
🚀 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
-
Title detection
- Use movie_player.getPlayerResponse() as primary source
- More reliable than oembed API
- Faster as no external API call needed
-
Reliability
- Keep oembed API as fallback method
- Multiple fallback levels for maximum reliability
- Better error handling with graceful degradation