feeds.shtml (907B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--#include file="/templates/head.shtml" -->
- <title>osu! — lanodan’s cyber-home</title>
- </head>
- <body>
- <!--#include file="/templates/en/nav.shtml" -->
- <main>
- <h1>List of non-advertised RSS/Atom feeds</h1>
- <ul>
- <li><strong>DeviantArt</strong>: <code>http://backend.deviantart.com/rss.xml?type=deviation&q=by%3A<em>username</em>+sort%3Atime+meta%3Aall</code> example: <a href="http://backend.deviantart.com/rss.xml?type=deviation&q=by%3AJocelynSamara+sort%3Atime+meta%3Aall">JocelynSamara</a></li>
- <li><strong>Youtube</strong>: <code>https://www.youtube.com/feeds/videos.xml?channel_id=<em>channed_id</em></code> example: <a href="https://www.youtube.com/feeds/videos.xml?channel_id=UCPhACJPOrdHabeo5_xfFRdA">Cordélia Aime</a></li>
- </ul>
- </main>
- <!--#include file="/templates/en/footer.shtml" -->
- </body>
- </html>