mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
312 B
JavaScript
14 lines
312 B
JavaScript
module.exports = {
|
|
'deepmind.com': {
|
|
_name: 'DeepMind',
|
|
'.': [
|
|
{
|
|
title: 'Blog',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#deepmind',
|
|
source: ['/blog', '/'],
|
|
target: '/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|