| 25 | | is( ($feeds[0]->entries)[0]->enclosures->[0]->url, 'http://youtube.com/v/MgldehkjK5k.swf' ); |
|---|
| 26 | | is( ($feeds[0]->entries)[0]->enclosures->[0]->type, 'application/x-shockwave-flash' ); |
|---|
| 27 | | is( ($feeds[0]->entries)[0]->icon->{url}, 'http://sjl-static4.sjl.youtube.com/vi/MgldehkjK5k/2.jpg' ); |
|---|
| 28 | | is( ($feeds[1]->entries)[0]->enclosures->[0]->type, 'video/mp4' ); |
|---|
| 29 | | is( ($feeds[1]->entries)[0]->enclosures->[1]->type, 'video/x-flv' ); |
|---|
| 30 | | is( ($feeds[1]->entries)[0]->icon->{url}, 'http://video.google.com/ThumbnailServer?app=vss&contentid=ac22092b58659308&second=5&itag=w320&urlcreated=1148908032&sigh=oxDLuV7bChBhYFMFSFamVpkIHHE' ); |
|---|
| | 26 | is( $feeds[0]->entries->[0]->enclosures->[0]->url, 'http://youtube.com/v/MgldehkjK5k.swf' ); |
|---|
| | 27 | is( $feeds[0]->entries->[0]->enclosures->[0]->type, 'application/x-shockwave-flash' ); |
|---|
| | 28 | is( $feeds[0]->entries->[0]->icon->{url}, 'http://sjl-static4.sjl.youtube.com/vi/MgldehkjK5k/2.jpg' ); |
|---|
| | 29 | is( $feeds[1]->entries->[0]->enclosures->[0]->type, 'video/mp4' ); |
|---|
| | 30 | is( $feeds[1]->entries->[0]->enclosures->[1]->type, 'video/x-flv' ); |
|---|
| | 31 | is( $feeds[1]->entries->[0]->icon->{url}, 'http://video.google.com/ThumbnailServer?app=vss&contentid=ac22092b58659308&second=5&itag=w320&urlcreated=1148908032&sigh=oxDLuV7bChBhYFMFSFamVpkIHHE' ); |
|---|