Skip to content

Commit

Permalink
changed wordpress example ref to use regex matching actual regex url …
Browse files Browse the repository at this point in the history
…scheme
  • Loading branch information
Chris Zelenak committed Aug 4, 2008
1 parent 1f39f5b commit 34eb852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oembed_links_example.yml
Expand Up @@ -20,7 +20,7 @@
- "http://*.slideshare.net/*"
- "http://twitter.com/*/statuses/*"
- "http://*.wikipedia.org/wiki/*"
- "http://*.wordpress.com/yyyy/mm/dd/*"
- "http://*.wordpress.com/[0-9]{4}/[0-9]{2}/[0-9]{2}/*"
- "http://*.youtube.com/watch*"

:vimeo:
Expand Down

0 comments on commit 34eb852

Please sign in to comment.