RSSHub/lib/v2/artstation/radar.js

14 lines
332 B
JavaScript

module.exports = {
'artstation.com': {
_name: 'ArtStation',
www: [
{
title: 'Artist Profolio',
docs: 'https://docs.rsshub.app/picture#artstation',
source: ['/:handle'],
target: '/artstation/:handle',
},
],
},
};