mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
14 lines
407 B
JavaScript
14 lines
407 B
JavaScript
module.exports = {
|
|
'seekingalpha.com': {
|
|
_name: 'Seeking Alpha',
|
|
'.': [
|
|
{
|
|
title: 'Summary',
|
|
docs: 'https://docs.rsshub.app/en/finance.html#seeking-alpha',
|
|
source: ['/symbol/:symbol/:category', '/symbol/:symbol/earnings/:category'],
|
|
target: '/seekingalpha/:symbol/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|