Skip to content

v1.2.0

Latest

Choose a tag to compare

@kdcokenny kdcokenny released this 18 Nov 22:10

What's New

  • Comment Filtering Configuration: Added server-side comment filtering to reduce data transfer and improve performance
    • tier_limits: Limit comments by depth level
    • min_score: Filter by minimum score/likes threshold
    • top_comment_percentile: Filter by quality relative to top comment
    • max_depth: Control maximum depth traversal
    • preserve_high_quality_threads: Keep more replies for high-quality threads
    • high_quality_thread_score: Define threshold for high-quality preservation

Changes

  • Add CommentFilterConfig class with comprehensive filtering options
  • Add comment_filter_config parameter to extract() and search_and_extract() methods
  • Update documentation with detailed examples and usage guide
  • Add tests for comment filter configuration