fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Handle YouTube premiers #1256

Open jtojnar opened 3 years ago

jtojnar commented 3 years ago

YouTube includes scheduled video “Premieres” in the RSS feed, even before the video is available. We should detect that somehow and make the user know somehow. For example, we could add a badge with the premier date to such videos in lieu of the video duration.

jtojnar commented 3 years ago

The video’s youtube page will contain something like the following in the <head>:

<meta itemprop="isLiveBroadcast" content="True">
<meta itemprop="startDate" content="2021-04-30T23:30:00+00:00"></span>
<meta itemprop="duration" content="PT0M0S">