File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ def generate_plain_text(self, data):
154
154
155
155
class FRCBlogPosts (RSSSource ):
156
156
"""Official blog posts from the FIRST Robotics Competition"""
157
- url : str = "https://www .firstinspires.org/robotics /frc/blog- rss"
158
- base_url : str = "https://www .firstinspires.org/robotics /frc/blog/ "
157
+ url : str = "https://community .firstinspires.org/topic /frc/rss.xml "
158
+ base_url : str = "https://community .firstinspires.org/topic /frc"
159
159
full_name = "FRC Blog Posts"
160
160
short_name = "frc"
161
161
description = "Official blog posts from the FIRST Robotics Competition"
@@ -204,8 +204,8 @@ class FTCQA(RSSSource):
204
204
205
205
class FTCBlogPosts (RSSSource ):
206
206
"""The official FTC Blogspot blog"""
207
- url = "http ://firsttechchallenge.blogspot.com//feeds/posts/default "
208
- base_url = "http ://firsttechchallenge.blogspot.com/ "
207
+ url = "https ://community.firstinspires.org/topic/ftc/rss.xml "
208
+ base_url = "https ://community.firstinspires.org/topic/ftc "
209
209
full_name = "FTC Blog Posts"
210
210
short_name = "ftc"
211
211
description = "Official blog posts from the FIRST Tech Challenge"
You can’t perform that action at this time.
0 commit comments