mdfetch API Documentation - v1.0.0
    Preparing search index...

    Interface Article

    Article data structure returned by Mozilla Readability. Contains the extracted article content and associated metadata.

    interface Article {
        title: string;
        content: string;
        textContent: string;
        length: number;
        excerpt: string;
        byline: string;
        dir: string;
        siteName: string;
        lang: string;
        publishedTime: string;
    }
    Index

    Properties

    title: string

    Article title

    content: string

    Article content as HTML

    textContent: string

    Article content as plain text

    length: number

    Estimated reading length in characters

    excerpt: string

    Article excerpt/summary

    byline: string

    Article author/byline

    dir: string

    Text direction ('ltr' or 'rtl')

    siteName: string

    Name of the source website

    lang: string

    Language code (e.g., 'en')

    publishedTime: string

    Publication timestamp