Files
RSSHub/lib/v2/deepmind/radar.js
Tony 7482f08999 fix(route): deepmind (#10752)
* fix(route): deepmind

* fix: radar
2022-09-10 01:01:10 +08:00

14 lines
310 B
JavaScript

module.exports = {
'deepmind.com': {
_name: 'DeepMind',
'.': [
{
title: 'Blog',
docs: 'https://docs.rsshub.app/new-media.html#deepmind',
source: ['/blog', '/'],
target: '/blog',
},
],
},
};