mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
353 B
JavaScript
14 lines
353 B
JavaScript
module.exports = {
|
|
'huggingface.co': {
|
|
_name: 'Hugging Face',
|
|
'.': [
|
|
{
|
|
title: 'Daily Papers',
|
|
docs: 'https://docs.rsshub.app/routes/programming#huggingface',
|
|
source: ['/papers', '/'],
|
|
target: '/huggingface/daily-papers',
|
|
},
|
|
],
|
|
},
|
|
};
|