Skip to content

Commit c03a5b3

Browse files
authored
Merge branch 'FRCDiscord:master' into master
2 parents 2ace290 + f1b410c commit c03a5b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dozer/sources/RSSSources.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def generate_plain_text(self, data):
154154

155155
class FRCBlogPosts(RSSSource):
156156
"""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"
159159
full_name = "FRC Blog Posts"
160160
short_name = "frc"
161161
description = "Official blog posts from the FIRST Robotics Competition"
@@ -204,8 +204,8 @@ class FTCQA(RSSSource):
204204

205205
class FTCBlogPosts(RSSSource):
206206
"""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"
209209
full_name = "FTC Blog Posts"
210210
short_name = "ftc"
211211
description = "Official blog posts from the FIRST Tech Challenge"

0 commit comments

Comments
 (0)