G+_Erik Thauvin Posted May 2, 2014 Share Posted May 2, 2014 Follow up to my example for the last episode. Based of what was taught in Episode 15, this example fetches a list of the Coding 101 episodes from the YouTube channel and upon selection of a specific episode displays its title, description and URL. Enjoy! https://github.com/ethauvin/coding101/tree/master/episode15 Link to comment Share on other sites More sharing options...
G+_L I Posted May 2, 2014 Share Posted May 2, 2014 A cool thing about the episodes being numbered is that if you add in: episodes.reverse() then start your printing loop at 0, the loop counter syncs up with the episode number. Link to comment Share on other sites More sharing options...
G+_Erik Thauvin Posted May 2, 2014 Author Share Posted May 2, 2014 I've pushed your suggestions to GitHub, Lionel D. Thanks! :-) Link to comment Share on other sites More sharing options...
Recommended Posts