Skip to content

Commit

Permalink
Update FRC/FTC blogs to new URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
devyntk authored Jun 3, 2024
1 parent ec48830 commit a3bd5d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dozer/sources/RSSSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def generate_plain_text(self, data):

class FRCBlogPosts(RSSSource):
"""Official blog posts from the FIRST Robotics Competition"""
url: str = "https://www.firstinspires.org/robotics/frc/blog-rss"
base_url: str = "https://www.firstinspires.org/robotics/frc/blog/"
url: str = "https://community.firstinspires.org/topic/frc/rss.xml"
base_url: str = "https://community.firstinspires.org/topic/frc"
full_name = "FRC Blog Posts"
short_name = "frc"
description = "Official blog posts from the FIRST Robotics Competition"
Expand Down Expand Up @@ -204,8 +204,8 @@ class FTCQA(RSSSource):

class FTCBlogPosts(RSSSource):
"""The official FTC Blogspot blog"""
url = "http://firsttechchallenge.blogspot.com//feeds/posts/default"
base_url = "http://firsttechchallenge.blogspot.com/"
url = "https://community.firstinspires.org/topic/ftc/rss.xml"
base_url = "https://community.firstinspires.org/topic/ftc"
full_name = "FTC Blog Posts"
short_name = "ftc"
description = "Official blog posts from the FIRST Tech Challenge"
Expand Down

0 comments on commit a3bd5d1

Please sign in to comment.