awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesHTML Boilerplate Removal

Techniques for identifying and stripping non-essential layout elements like navigation and sidebars from web pages.

Distinct from Boilerplate Removal Utilities: The candidates refer to code boilerplate or regex comments, whereas this is about structural noise removal from HTML documents.

Explore 2 awesome GitHub repositories matching web development · HTML Boilerplate Removal. Refine with filters or upvote what's useful.

Awesome HTML Boilerplate Removal GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • grangier/python-gooseالصورة الرمزية لـ grangier

    grangier/python-goose

    4,088عرض على GitHub↗

    python-goose is a Python library for web scraping and content extraction. It functions as an HTML boilerplate remover and article parser designed to isolate primary text and metadata from web pages by stripping away navigation, layout noise, and non-essential elements. The tool features multilingual processing capabilities, utilizing language-specific stop-word analyzers to identify and extract primary content across different languages. It also identifies and collects embedded media, including source URLs and embed codes for lead images and videos associated with an article. The library cov

    Identifies and strips navigation and sidebars by analyzing tag density and common class name patterns.

    HTML
    عرض على GitHub↗4,088
  • generalnewsextractor/generalnewsextractorالصورة الرمزية لـ GeneralNewsExtractor

    GeneralNewsExtractor/GeneralNewsExtractor

    3,779عرض على GitHub↗

    GeneralNewsExtractor is a specialized system for identifying and extracting structured news data through configurable HTML filtering and XPath-based parsing. It functions as an automated news scraper and web page content parser that isolates article bodies and metadata from news webpages. The system uses YAML or JSON configuration files to manage extraction rules and XPath definitions, decoupling the processing logic from site-specific selectors. This allows for targeted noise removal and the isolation of titles, authors, and publication dates through customizable filtering. The tool covers

    Strips non-essential layout elements like navigation and sidebars using XPath lists to clean content.

    Pythonpython3webcrawlerwebspider
    عرض على GitHub↗3,779
  1. Home
  2. Web Development
  3. HTML Boilerplate Removal