Make WordPress Core

Changeset 33719


Ignore:
Timestamp:
08/24/2015 04:11:13 AM (11 years ago)
Author:
pento
Message:

oEmbed: Remove blip.tv as an oEmbed provider, the service has been shut down.

Vale, blip.tv.

Fixes #33522.

Props rabmalin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-oembed.php

    r33472 r33719  
    4141                        '#http://youtu\.be/.*#i'                              => array( 'http://www.youtube.com/oembed',                      true  ),
    4242                        '#https://youtu\.be/.*#i'                             => array( 'http://www.youtube.com/oembed?scheme=https',         true  ),
    43                         'http://blip.tv/*'                                    => array( 'http://blip.tv/oembed/',                             false ),
    4443                        '#https?://(.+\.)?vimeo\.com/.*#i'                    => array( 'http://vimeo.com/api/oembed.{format}',               true  ),
    4544                        '#https?://(www\.)?dailymotion\.com/.*#i'             => array( 'http://www.dailymotion.com/services/oembed',         true  ),
     
    102101                 * |   Provider   |        Flavor        |  SSL  |   Since   |
    103102                 * | ------------ | -------------------- | ----- | --------- |
    104                  * | Blip         | blip.tv              |   !   | 2.9.0     |
    105103                 * | Dailymotion  | dailymotion.com      |  Yes  | 2.9.0     |
    106104                 * | Flickr       | flickr.com           |  Yes  | 2.9.0     |
     
    160158                 * | ------------ | -------------------- | ----- | --------- | --------- |
    161159                 * | Revision3    | revision3.com        |   !   | 2.9.0     | 4.2.0     |
     160                 * | ------------ | -------------------- | ----- | --------- | --------- |
     161                 * | Blip         | blip.tv              |   !   | 2.9.0     | 4.4.0     |
    162162                 * | ------------ | -------------------- | ----- | --------- | --------- |
    163163                 *
Note: See TracChangeset for help on using the changeset viewer.