We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dc0ee commit cd878e9Copy full SHA for cd878e9
backend/crawlers/rm3l.org/src/main/kotlin/org/rm3l/devfeed/crawlers/rm3l_org/Rm3lOrgCrawler.kt
@@ -41,7 +41,7 @@ class Rm3lOrgCrawler : DevFeedCrawler() {
41
companion object {
42
@JvmStatic private val logger = LoggerFactory.getLogger(Rm3lOrgCrawler::class.java)
43
44
- private const val RSS_FEED_URL = "https://rm3l.org/index.xml"
+ private const val RSS_FEED_URL = "https://rm3l.org/rss/"
45
}
46
47
@Throws(Exception::class)
0 commit comments