Added
- Web Operations module with WebpageLoader class
- Support for loading single or multiple webpages
- Metadata extraction including title, language, and meta tags
- Clean content extraction with script and style removal
- Configurable parser type (HTML or XML)
- YouTube transcript extraction functionality
- Support for plain text and timestamped transcripts
- Comprehensive error handling
- Enhanced documentation with detailed usage examples
- Type hints across all modules
Changed
- Updated dependencies to latest stable versions
- Improved error handling and logging across modules
- Enhanced README with comprehensive documentation
Fixed
- Various bug fixes and performance improvements