mattapayne / tumblr4rails

A Ruby on Rails plugin for accessing the Tumblr API

This URL has Read+Write access

Matt Payne (author)
Mon Oct 20 22:27:51 -0700 2008
commit  d3a09831f4df2795b26f55ff1a7de7eea7426509
tree    8483076c6a251aa326bbf3a6881446d0c5740783
parent  732829945bac54f09be22e2476d41809a4ff6813
tumblr4rails / spec / video_posts.xml
100644 30 lines (30 sloc) 1.617 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<tumblr version="1.0">
    <tumblelog name="mpayne" timezone="US/Eastern" title="Coding with headphones">
        <feeds>
            <feed id="235529" url="http://twitter.com/statuses/user_timeline/15119954.rss" import-type="regular-no-title" next-update-in-seconds="0" title="Twitter / mapayne" error-text="true"/>
        </feeds>
    </tumblelog>
    <posts start="0" total="1" type="video">
        <post id="39523155" url="http://mpayne.tumblr.com/post/39523155" type="video" date-gmt="2008-06-23 15:25:58 GMT" date="Mon, 23 Jun 2008 11:25:58" unix-timestamp="1214234758">
            <video-caption>This is cool</video-caption>
            <video-source>
                <object width="425" height="344">
                    <param name="movie" value="http://www.youtube.com/v/L4stQLiFO_I&hl=en">
                    </param>
                    <embed src="http://www.youtube.com/v/L4stQLiFO_I&hl=en" type="application/x-shockwave-flash" width="425" height="344">
                    </embed>
                </object>
            </video-source>
            <video-player>
                <object width="400" height="336">
                    <param name="movie" value="http://www.youtube.com/watch?v=L4stQLiFO_I">
                    </param>
                    <param name="wmode" value="transparent">
                    </param>
                    <embed src="http://www.youtube.com/v/L4stQLiFO_I" type="application/x-shockwave-flash" width="400" height="336" wmode="transparent">
                    </embed>
                </object>
            </video-player>
        </post>
    </posts>
</tumblr>