logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

feeds.shtml (907B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>osu! — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>List of non-advertised RSS/Atom feeds</h1>
  11. <ul>
  12. <li><strong>DeviantArt</strong>: <code>http://backend.deviantart.com/rss.xml?type=deviation&amp;q=by%3A<em>username</em>+sort%3Atime+meta%3Aall</code> example: <a href="http://backend.deviantart.com/rss.xml?type=deviation&amp;q=by%3AJocelynSamara+sort%3Atime+meta%3Aall">JocelynSamara</a></li>
  13. <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>
  14. </ul>
  15. </main>
  16. <!--#include file="/templates/en/footer.shtml" -->
  17. </body>
  18. </html>