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}