UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

8 lines (7 loc) 304 B
import { ISiteIDs } from '../site/types'; import { Feed } from 'opds-extra/lib/v1/core'; export declare function addOpenSearch(feed: Feed, siteID: ISiteIDs | string): Feed; export declare function filterOPDSBook(feed: Feed, searchTermOptions: { searchTerms: string; onlyBook?: boolean; }): Feed;