Skip to content

Commit

Permalink
Remove enclosure field
Browse files Browse the repository at this point in the history
We're no more embedding a file url
  • Loading branch information
maxcanna committed Mar 2, 2024
1 parent 067cfc6 commit 205a7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/rss.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</description>
<link><%- url %></link>
<guid><%- url %></guid>
<enclosure url="<%- url %>" type="video/mp4" length="1024" />
<pubDate><%- today.toGMTString(); %></pubDate>
</item>
<% }); %></channel>
Expand Down

0 comments on commit 205a7c3

Please sign in to comment.