20 lines
672 B
JavaScript
20 lines
672 B
JavaScript
module.exports = {
|
|
'penguinrandomhouse.com': {
|
|
_name: 'Penguin Random House',
|
|
'.': [
|
|
{
|
|
title: 'Penguin Random House Book Lists',
|
|
docs: 'https://docs.rsshub.app/routes/reading#penguin-random-house',
|
|
source: ['/the-read-down'],
|
|
target: '/penguin-random-house/the-read-down',
|
|
},
|
|
{
|
|
title: 'Penguin Random House Articles',
|
|
docs: 'https://docs.rsshub.app/routes/reading#penguin-random-house',
|
|
source: ['/articles'],
|
|
target: '/penguin-random-house/articles',
|
|
},
|
|
],
|
|
},
|
|
};
|