Files
RSSHub/lib/v2/deepmind/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};