mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* feat: add Global Disinformation Index * fix pubDate * refactor: migirate to v2 * fix(radar): https Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
20 lines
613 B
JavaScript
20 lines
613 B
JavaScript
module.export = {
|
|
'disinformationindex.org': {
|
|
_name: 'Global Disinformation Index',
|
|
'.': [
|
|
{
|
|
title: 'Blog',
|
|
docs: 'https://docs.rsshub.app/new-media.html#global-disinformation-index',
|
|
source: ['/'],
|
|
target: '/disinformationindex/blog',
|
|
},
|
|
{
|
|
title: 'Research',
|
|
docs: 'https://docs.rsshub.app/new-media.html#global-disinformation-index',
|
|
source: ['/'],
|
|
target: '/disinformationindex/research',
|
|
},
|
|
],
|
|
},
|
|
};
|