This commit is contained in:
mol
2023-04-26 16:47:36 +08:00
parent 83969a26d9
commit 2f4742b84c
10 changed files with 224 additions and 29 deletions

View File

@ -6,8 +6,8 @@ class CreateRssServer():
rss_options = [
{
'id': 'pixiv',
'type': 0,
'url': 'https://rss.hiiragi.club:8081/public.php?op=rss&id=-2&is_cat=0&q=&key=pp9ejw64463b6621a0b',
'rss_pipe_handler': pixiv_handler,
'result_handler': pixiv_result_handler
}
]
@ -17,4 +17,4 @@ rss_server = CreateRssServer()
app = rss_server.app
if __name__ == '__main__':
app.run()
app.start()