Skip to content

Commit 4d26311

Browse files
authored
Merge pull request #160 from CircuitCoder/master
Update Meow-meow's blog, fixing feed validator
2 parents 451b65f + 275eda4 commit 4d26311

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.build/feedvalidator

.build/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
with open(sys.argv[1], 'r') as opmlFile:
1717

18-
opml = opmlFile.read().decode('utf-8')
18+
opml = opmlFile.read()
1919
opml = BeautifulSoup(opml, 'xml')
2020

2121
entries = opml.find_all('outline')

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install lxml beautifulsoup4
19+
pip install lxml beautifulsoup4 html5lib
2020
- name: Build Opml
2121
env:
2222
OPML_TITLE: "TUNA Blogroll"

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule ".build/feedvalidator"]
22
path = .build/feedvalidator
3-
url = https://github.com/rubys/feedvalidator
4-
branch = master
3+
url = https://github.com/w3c/feedvalidator
4+
branch = main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ TUNA 的同学们有权限可以直接编辑此文件;其它同学们烦请发
133133
| Mathor | https://wmathor.com/index.php/feed | https://wmathor.com |
134134
| Berrysoft的博客 | https://berrysoft.github.io/blogdata/feed.xml | https://berrysoft.github.io/blog/ |
135135
| Angel_Kitty's Blog | http://feed.cnblogs.com/blog/u/329976/rss/ | https://www.cnblogs.com/ECJTUACM-873284962/ |
136-
| C3Meow | https://backend.meow.c-3.moe/feed | https://meow.c-3.moe |
136+
| Layered | https://layered.meow.plus/feed.xml | https://layered.meow.plus |
137137
| Bboysoul's Blog | https://www.bboy.app/atom.xml | https://www.bboy.app/ |
138138
| Papersnake | https://blog.pka.moe/atom.xml | https://blog.pka.moe/ |
139139
| Lenciel | https://lenciel.com/feed.xml | https://lenciel.com |

0 commit comments

Comments
 (0)