mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 04:38:15 +08:00
14 lines
369 B
JavaScript
14 lines
369 B
JavaScript
module.exports = {
|
|
'usenix.org': {
|
|
_name: 'USENIX',
|
|
'.': [
|
|
{
|
|
title: 'Security Symposia',
|
|
docs: 'https://docs.rsshub.app/journal.html#usenix',
|
|
source: ['/conferences/all', '/conferences', '/'],
|
|
target: '/usenix/usenix-security-sympoium',
|
|
},
|
|
],
|
|
},
|
|
};
|