Formatted-RSS-to-Telegram/data/rss.yaml
2021-05-28 00:42:26 +08:00

153 lines
4.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

template:
WebSubTemplate: &WebSubTemplate
text: |
🌐 更新文章:*{{ title }}*
💡 直达链接:(点击此处)[{{ link }}]
\#Apocalypsor的个人订阅 \#{{ rss_name }}
rss:
- name: 每日精品限免 / 促销应用
url: https://rss.dov.moe/appstore/xianmian
telegram:
disable_web_page_preview: true
rules:
- obj: summary
type: regex
matcher: 原价:(.+) -> 现价:(.+)
dest: price
- obj: summary
type: regex
matcher: 平台:(.+)
dest: platform
- obj: summary
type: regex
matcher: \n *(.+)$
dest: description
text: |
🧬 App优惠*{{ title }}*
🚀 价格:{{ price[1] }} —\> {{ price[2] }}
🚀 平台:{{ platform }}
🚀 描述:{% if description == "<br />" %}无{% else %}{{ description }}{% endif %}
⛱ 下载链接:(点击此处)[{{ link }}]
\#App优惠
- name: Youtube 订阅
url:
- https://www.youtube.com/feeds/videos.xml?channel_id=UCMUnInmOkrWN4gof9KlhNmQ
- https://www.youtube.com/feeds/videos.xml?channel_id=UC2tQpW0dPiyWPebwBSksJ_g
- https://www.youtube.com/feeds/videos.xml?channel_id=UCIF_gt4BfsWyM_2GOcKXyEQ
- https://www.youtube.com/feeds/videos.xml?channel_id=UCpPswAyGzdRwWmiW5oTNnvA
- https://www.youtube.com/feeds/videos.xml?channel_id=UChNxH3wxiElBSAdAyMfNhJQ
- https://www.youtube.com/feeds/videos.xml?channel_id=UCnmeiFVqv64lAmVaw2PUm7w
- https://www.youtube.com/feeds/videos.xml?channel_id=UCtFcF_I558yCsGkP_5SdJHA
- https://www.youtube.com/feeds/videos.xml?channel_id=UCsvn_Po0SmunchJYOWpOxMg
- https://www.youtube.com/feeds/videos.xml?channel_id=UC0vBXGSyV14uvJ4hECDOl0Q
- https://www.youtube.com/feeds/videos.xml?channel_id=UCJQJ4GjTiq5lmn8czf8oo0Q
- https://www.youtube.com/feeds/videos.xml?channel_id=UCsLWG2t7n9LFsvH0wR2rtpw
- https://www.youtube.com/feeds/videos.xml?channel_id=UCplkk3J5wrEl0TNrthHjq4Q
rules:
- obj: authors
type: func
matcher: |
def func(placeholder):
tmp_list = []
for p in placeholder:
tmp_list.append(p["name"])
return " / ".join(tmp_list)
dest: author_list
text: |
🎥 订阅更新:*{{ title }}*
🏆 Youtuber*{{ author_list }}*
🎯 直达链接:(点击此处)[{{ link }}]
\#Apocalypsor的Youtube订阅
- name: Bilibili 视频订阅
url: https://rss.dov.moe/bilibili/followings/video/2975898
rules:
- obj: authors
type: func
matcher: |
def func(placeholder):
tmp_list = []
for p in placeholder:
tmp_list.append(p["name"])
return " / ".join(tmp_list)
dest: author_list
text: |
📺 订阅更新:*{{ title }}*
🆙 UP主*{{ author_list }}*
✨ 直达链接:(点击此处)[{{ link }}]
\#Apocalypsor的B站订阅
- name: Bilibili 追番订阅
url: https://rss.dov.moe/bilibili/user/bangumi/2975898
telegram:
disable_web_page_preview: true
rules:
- obj: title
type: regex
matcher: ^(\[.+?\])?(.+?)(((僅)|$)
dest: tag
text: |
🌟 更新剧集:*{{ title }}*
💡 直达链接:(点击此处)[{{ link }}]
\#Apocalypsor的动漫订阅 \#{{ tag[2] }}
- name: Github 订阅
url:
- https://github.com/Fndroid/clash_for_windows_pkg/releases.atom
- https://github.com/Dreamacro/clash/commits/dev.atom
- https://github.com/geekdada/surgio/commits/master.atom
- https://github.com/DivineEngine/Profiles/commits/master.atom
- https://github.com/Apocalypsor/My-Scoop-Bucket/commits/master.atom
- https://github.com/blackmatrix7/ios_rule_script/commits/master.atom
- https://github.com/fluid-dev/hexo-theme-fluid/releases.atom
- https://github.com/cloudreve/Cloudreve/releases.atom
- https://github.com/WangNingkai/OLAINDEX/commits/6.0.atom
- https://github.com/miniflux/v2/releases.atom
telegram:
disable_web_page_preview: true
rules:
- obj: content.0.base
type: regex
matcher: https:\/\/github.com\/(.+?)\/(.+?)\/.+
dest: repo
filters:
- obj: title
matcher: Last updated \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}
text: |
🌀 项目更新:*{{ repo[1] }}/{{ repo[2] }}*
🐎 更新内容:[{{ title }}]({{ link }})
\#Apocalypsor的Github订阅 \#{{ repo[2] }}
- name: 少数派
url: https://sspai.com/feed
<<: *WebSubTemplate
- name: 小众软件
url: https://www.appinn.com/feed/
<<: *WebSubTemplate
- name: 趣乐子
url: https://www.7lez.com/?feed=rss2
<<: *WebSubTemplate