News
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 587
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Hi, so i have been playing with different news feeds and i have realised the included one has 3 elements feed>entry>title
however, most rss feeds use this layout: rss>channel>item>title
at the moment i can only us the verge as a source as it works but i want to use BBC or Sky news (http://feeds.skynews.com/feeds/rss/uk.xml) which uses the 2nd layout. if i could get it to read through one extra line then it would be perfect! but i cant, i've tried a few different things but haven't managed to get it to work. i would really appreciate it if you could show me how? im new to this!
thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. Locate the RSS parsing code and compare its handling of feed>entry>title with rss>channel>item>title; done means both the Verge and Sky News feeds can be read.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100