18 lines
806 B
HTML
18 lines
806 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Twitch stream RSS generator</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p style="font-family: helvetica; font-size:20pt; padding: 20px;">
|
||
|
Twitch stream RSS generator
|
||
|
</p>
|
||
|
<p style="font-family: helvetica; font-size:12pt; padding: 20px;">
|
||
|
You can get RSS of broadcasts by subscribing to https://twitchrss.appspot.com/vod/<channel name><br/>
|
||
|
For example: <a href="https://twitchrss.appspot.com/vod/riotgames">https://twitchrss.appspot.com/vod/riotgames</a><br/><br/>
|
||
|
You can use the /vodonly handle to get only vods without ongoing streams.
|
||
|
Not endorsed by Twitch.tv, just a fun project.<br/>
|
||
|
<a href="https://github.com/lzeke0/TwitchRSS">Project home</a>
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|