view gpp/oembed/fixtures/providers.json @ 407:42a4e66972d5

Trying to fix #200; found a bug in the get_forum_unread_status() function. Added some db indexes.
author Brian Neal <bgneal@gmail.com>
date Fri, 01 Apr 2011 01:18:44 +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
        }
    }
]