author property

String author

The author of this podcast

Implementation

String get author {
  if (doc.findAllElements("author").length < 1)
    return doc.findAllElements("author").first.text;
  else return doc.findAllElements("itunes:author").first.text;
}