From 9acc40618a90c455a0c51673e53f7a19bec5ff9f Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Tue, 28 Jun 2022 18:54:03 +0200 Subject: [PATCH] enclosure removed --- views/rss.latte | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/rss.latte b/views/rss.latte index 8ecbfc5..9b39fa8 100644 --- a/views/rss.latte +++ b/views/rss.latte @@ -1,7 +1,6 @@ {contentType application/rss+xml} {do header('Content-Disposition: attachment; filename="' . $title . '.rss' . '"')} {do $full_link = path($link)} -{var $download = new \TikScraper\Download} @@ -16,7 +15,6 @@ {path('/@' . $item->author->uniqueId . '/video/' . $item->id)} {date('r', $item->createTime)} {$item->id} - {/foreach}