xml_shows_from_myepisodes_feed: Get shows from given MyEpisode feeds (retaining individual...

Description Usage Arguments Value Author(s) See Also Examples

Description

Given a MyEpisodes feed, outputs shows separately as an XMLNodeList for use in show_info_from_xml or other XML referencing functions.

Usage

1

Arguments

myepisodes_feed_url

path to a MyEpisodes RSS feed

Value

XMLNodeList with all "item"s from feed, corresponding to episodes

Author(s)

Matt Malin <email@mattmalin.co.uk>

See Also

show_info_from_xml, myepisodes_feed_url, shows_from_myepisodes_feed

Examples

1
2
3
## Not run: xml_shows_from_myepisodes_feed(myepisodes_feed_url("user", "password"))
  mock_feed_url <- file.path(system.file(package = "myepisodes"), "test_data/mock_mylist.xml")
  xml_shows_from_myepisodes_feed(mock_feed_url)

myepisodes documentation built on May 2, 2019, 3:38 p.m.