How does it work.. Goto your gallery, on the address bar you will be able to see that there are live feeds on that page. If you click on it you will be given a chance to subscribe to the feeds. An id will show up along with your username; copy the id and keep for further use.
dAtomic classes
The whole feed is returned as a Unordered list <ul> with an id "dAtomic".
<ul id="dAtomic">
- <li>
- - <p class="dAtomic_title">
- - - <a> title </a>
- - </p>
- - <a>
- - - <img class="dAtomic_img">
- - </a>
- </li>
.
.
. and at the end
- <li class="dAtomic_credits">dAtomic</li>
</ul>