myepisodes_feed_url: get the MyEpisodes RSS feed url for a desired feed

Description Usage Arguments Author(s) Examples

Description

Returns the custom MyEpisodes RSS feed url for a desired feed.

Usage

1
2
  myepisodes_feed_url(uid, pwdmd5, feed = "mylist",
    onlyunacquired = TRUE, showignored = FALSE)

Arguments

uid

myepisodes username

pwdmd5

myepisodes MD5 hashed password

feed

the desired feed currently there are: mylist, today, yesterday, tomorrow, unacquired, unwatched, all.

onlyunacquired

TRUE/FALSE - You can use this to decide if you only want the feed to list the episodes you haven't acquired.

showignored

TRUE/FALSE - You can use this to decide if you want the feed to show your ignored shows too.

Author(s)

Matt Malin <email@mattmalin.co.uk>

Examples

1
## Not run: myepisodes_feed_url("foouser", "321654321654321", feed = "mylist", onlyunacquired = TRUE, showignored = FALSE)

Example output



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