Changeset 51716 in spip-zone
- Timestamp:
- Sep 22, 2011, 7:55:17 PM (10 years ago)
- Location:
- _plugins_/plugins_seenthis/autoembed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/plugins_seenthis/autoembed/AutoEmbed.class.php
r50776 r51716 54 54 $this->_stub = $stub; 55 55 56 print_r($stub); 57 56 58 if ( isset($stub['fetch-match'] ) ) { 57 59 return $this->_parseLink($url); -
_plugins_/plugins_seenthis/autoembed/stubs.php
r51714 r51716 708 708 ), 709 709 array( 710 'title' => 'Jamendo', 711 'website' => 'http://www.jamendo.com', 712 'url-match' => 'http://(?:www\.|widgets\.)?jamendo\.com/(?:[a-z0-9]*?)/track/(?:\?album_id=)?([0-9]{1,10})', 713 'embed-src' => 'http://widgets.jamendo.com/fr/track/?playertype=2008&track_id=$2', 714 'embed-width' => '200', 715 'embed-height' => '300', 716 ), 717 array( 710 718 'title' => 'Jokeroo', 711 719 'website' => 'http://www.jokeroo.com', … … 765 773 'flashvars' => 'lang=en&lfmMode=playlist&FOD=true&resname=$3&restype=track&artist=$2', 766 774 ), 775 /* 776 array( 777 'title' => 'Last.fm (Audio)', 778 'website' => 'http://www.last.fm', 779 'url-match' => 'http://(?:www\.)?last\.fm/music/([0-9a-z%\+_-]*?)/_/([0-9\+a-z_-]*)', 780 'embed-src' => 'http://cdn.last.fm/webclient/s12n/s/53/lfmPlayer.swf', 781 'embed-width' => '300', 782 'embed-height' => '221', 783 'flashvars' => 'lang=en&lfmMode=playlist&FOD=true&resname=$3&restype=track&artist=$2', 784 ), 767 785 array( 768 786 'title' => 'Last.fm (Video)', … … 774 792 'flashvars' => 'uniqueName=$3&FSSupport=true&' 775 793 ), 794 */ 776 795 array( 777 796 'title' => 'Libero', … … 1424 1443 ), 1425 1444 array( 1445 'title' => 'MixCloud', 1446 'website' => 'http://www.mixcloud.com', 1447 'url-match' => '(http:\/\/www\.mixcloud\.com\/.*)', 1448 'embed-width' => '200', 1449 'embed-height' => '200', 1450 'embed-src' => 'http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=$2', 1451 ), 1452 array( 1453 'title' => 'Zero-Inch', 1454 'website' => 'http://www.zero-inch.com', 1455 'url-match' => 'http:\/\/www\.zero\-inch\.com\/.*\/([0-9]+)', 1456 'embed-width' => '200', 1457 'embed-height' => '200', 1458 'embed-src' => 'http://www.zero-inch.com/widgets/release_xl.swf?productId=$2', 1459 ), 1460 array( 1426 1461 'title' => 'Grooveshark', 1427 1462 'website' => 'http://www.grooveshark.com',
Note: See TracChangeset
for help on using the changeset viewer.