ayushtkn commented on code in PR #1417:
URL: 
https://github.com/apache/incubator-stormcrawler/pull/1417#discussion_r1853429177


##########
core/src/test/java/org/apache/stormcrawler/bolt/FeedParserBoltTest.java:
##########
@@ -51,7 +51,10 @@ void testFeedParsing() throws IOException {
         Metadata metadata = new Metadata();
         // specify that it is a Feed file
         metadata.setValue(FeedParserBolt.isFeedKey, "true");
-        parse("http://www.guardian.com/Feed.xml";, "guardian.rss", metadata);
+        parse(
+                
"https://de.wikipedia.org/w/index.php?title=Apache_Software_Foundation&action=history&feed=rss";,

Review Comment:
   maybe comdev has some
   https://community.apache.org/blog/
   
   the latest says
   https://community.apache.org/blog/rss-feeds-activated.html



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to