Learn R Programming

myepisodes (version 1.1.1)

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

Description

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

Usage

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.

Examples

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

Run the code above in your browser using DataLab