-
Using JSON.NET and the Telerik Academy Youtube RSS feed, implement the following:
- The RSS feed is located at https://www.youtube.com/feeds/videos.xml?channel_id=UCLC-vbm7OWvpbqzXaoAMGGw
- Download the content of the feed programatically
* You can use
WebClient.DownloadFile()
- Parse the XML from the feed to JSON
- Using LINQ-to-JSON select all video titles and print them on the console
- Parse the videos' JSON to POCO
- Using the POCOs create a HTML page that shows all videos from the RSS
* Use
<iframe>
* Provide links, that navigate to their videos in YouTube