Skip to content

Commit

Permalink
Fix feed URL for rm3l.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l authored Sep 14, 2024
1 parent 14dc0ee commit cd878e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Rm3lOrgCrawler : DevFeedCrawler() {
companion object {
@JvmStatic private val logger = LoggerFactory.getLogger(Rm3lOrgCrawler::class.java)

private const val RSS_FEED_URL = "https://rm3l.org/index.xml"
private const val RSS_FEED_URL = "https://rm3l.org/rss/"
}

@Throws(Exception::class)
Expand Down

0 comments on commit cd878e9

Please sign in to comment.