@11me/xparse
Version:
Simple html and rss parser
45 lines (44 loc) • 990 B
TypeScript
export declare const sources: {
thehackernews: {
description: {
url: string;
page_selector: string;
creator: string;
};
options: {
title: {
selectors: string[];
};
author: {
selectors: string[];
};
pubDate: {
selectors: string[];
};
description: {
selectors: string[];
};
};
};
vcru: {
description: {
url: string;
page_selector: string;
creator: string;
};
options: {
title: {
selectors: string[];
};
author: {
selectors: string[];
};
pubDate: {
selectors: string[];
};
description: {
selectors: string[];
};
};
};
};