view gpp/oembed/fixtures/providers.json @ 426:c8148cf11a79

Show number of posts in a topic when displaying forum topic search results. Fixing #212.
author Brian Neal <bgneal@gmail.com>
date Tue, 26 Apr 2011 01:04:38 +0000
parents 47a7138fcccb
children
line wrap: on
line source
[
    {
        "pk": 1, 
        "model": "oembed.provider", 
        "fields": {
            "api_endpoint": "http://www.youtube.com/oembed", 
            "name": "YouTube", 
            "url_regex": "^http://www\\.youtube\\.com/watch\\?v=\\S+$", 
            "format": 0
        }
    }
]