From 2677fe218f60cf89f3fc99ba4261503a364ad668 Mon Sep 17 00:00:00 2001 From: Evgeny Kuchuk Date: Thu, 12 Aug 2021 16:22:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'src/Parser.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Parser.php b/src/Parser.php index 5585287..2fa0c27 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -320,6 +320,7 @@ class Parser $episode = new Episode(); $episode->setTitle($item->get_title()) ->setDescription($item->get_description()) + ->setAuthor($item->get_author()) ->setLink($item->get_link()); if ($this->config->shouldDefaultToToday()) {