WORKING WITH JSON
After loading a JSON file into an HTML document, an object (or an array) appears.
So "working with JSON" means "working with object".
For example to clone obj object we can do the following:
cloneObj = JSON.parse (JSON.stringify (obj));
And when we see that youtube JSON contains too much information, that makes the size of the content to be saved too large then we can reduce the file size using the "delete" operator. Example
Deleting information about data and time of publishing the video:
delete response.items [i] .snippet.publishedAt;
Please follow these steps to try my "search-save-json.html" file
1. Download the program XAMPP and istall it to your PC.
In the folder C:\xampp\htdocs create the subfolder v3 (C:\xampp\htdocs\v3)
All the files (html, javascript-video-list files, images) you will create need to be placed in the folder v3 (or in any other subfolder of the folder htdocs)
2. Let obtain your own youtube API v.3 key.
3. Create the file "search-save-json.html" (in the folder v3).
Drag mouse to select "<!DOC", Scroll to the end of the file, Press and hold the key "Shift", Click at the end of the file, Right-click the blue highlighting text, Select "Copy",
Open new file in "Notepad", Paste, Save as type: "All files", Encoding: "UTF-8", filename: "search-save-json.html".
4. Create the file "obj_paul-mauriat_200.js" (in the folder v3)
Drag mouse to select "infoLoadNum", Scroll to the end of the file, Press and hold the key "Shift", Click at the end of the file, Right-click the blue highlighting text, Select "Copy",
Open new file in "Notepad", Paste, Save as type: "All files", Encoding: "UTF-8", filename: "obj_paul-mauriat_200.js".
5. Go to the folder C:\xampp\htdocs\v3
Click the file "search-save-json.html"
Replace the address "file:///C:/xampp/htdocs/v3/search-save-json.html"
with "localhost/v3/search-save-json.html".
Press the keyboard button "End" then press "Enter".
6. Load
- Click the radio button "the same folder"
- Click LOAD obj_paul-mauriat_200.js
- Click the button Load
- Click the button PAGE (found in the header).
This button sinks down, waiting for it to rise and then press again.
Just do it many times until the caption "PAGE" of the button changes to "STOP".
7. Play
- Click any video title to start watching video clips continuously.
When you meet a video playlist (marked with a red PL), all the clips in that playlist will be played in turn.
- If you want to watch to only one clip (the last) of playlist, please click the PLlist Last button.
8. Search
For example, if you want to find "Romantic guitar" with 100 clips, do the following
- Click the link Romantic Guitar
- Click the S100 button
- Wait until the number in "Found" increases and equal to the number in "Total".
The clips found are added to the control panel.
9. Save
- Click the button JSON array min all to convert the content of control panel into a javascript array of the form:
info = [..., ..., ...]
Because this array is created by using the funtion JSON.stringify() if the variable info = is cleared the rest will become the content of a JSON file.
- Click the green button SAVE
- Goto the folder "... Download", find the saved file "arr-min_romantic-guitar_299.js",
Cut it and paste it to the folder where the file "search-save-json.html" is placed (C:\xampp\htdocs\v3)
- Finally open the html source code, find the div id="pcjs" and add following lines:
<a href="#" onclick="selectText('arr-min_romantic-guitar_299.js');return false">
LOAD:</a> arr-min_romantic-guitar_299.js<br>
NOTE
This html can generate 4 types of files with filenames like this:
obj_filename_itemsNumber.js
obj-min_filename_itemsNumber.js
arr-min_filename_itemsNumber.js
arr-min-select_filename_itemsNumber.js
Only files like this can be loaded into the "searh-save-json.html" web page to view.
For example to clone obj object we can do the following:
cloneObj = JSON.parse (JSON.stringify (obj));
And when we see that youtube JSON contains too much information, that makes the size of the content to be saved too large then we can reduce the file size using the "delete" operator. Example
Deleting information about data and time of publishing the video:
delete response.items [i] .snippet.publishedAt;
Please follow these steps to try my "search-save-json.html" file
1. Download the program XAMPP and istall it to your PC.
In the folder C:\xampp\htdocs create the subfolder v3 (C:\xampp\htdocs\v3)
All the files (html, javascript-video-list files, images) you will create need to be placed in the folder v3 (or in any other subfolder of the folder htdocs)
2. Let obtain your own youtube API v.3 key.
3. Create the file "search-save-json.html" (in the folder v3).
Drag mouse to select "<!DOC", Scroll to the end of the file, Press and hold the key "Shift", Click at the end of the file, Right-click the blue highlighting text, Select "Copy",
Open new file in "Notepad", Paste, Save as type: "All files", Encoding: "UTF-8", filename: "search-save-json.html".
4. Create the file "obj_paul-mauriat_200.js" (in the folder v3)
Drag mouse to select "infoLoadNum", Scroll to the end of the file, Press and hold the key "Shift", Click at the end of the file, Right-click the blue highlighting text, Select "Copy",
Open new file in "Notepad", Paste, Save as type: "All files", Encoding: "UTF-8", filename: "obj_paul-mauriat_200.js".
infoLoadNum = 200 info = { "page": { "null": { "kind": "youtube#searchListResponse", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/6IqQx31z6xxR3uiq6yXc26ArWp0\"", "nextPageToken": "CDIQAA", "regionCode": "VN", "pageInfo": { "totalResults": 340832, "resultsPerPage": 50 }, "items": [ { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/yQ6BqfEw3lEwoumMvifqwfurygo\"", "id": { "kind": "youtube#video", "videoId": "vEAiwmVkL-U" }, "snippet": { "publishedAt": "2015-09-15T14:37:37.000Z", "channelId": "UCnpHpcuEpGxS5r_1iKEWNKQ", "title": "Paul Mauriat: Greatest Hits Of Paul Mauriat - The Best Songs Of Paul Mauriat", "description": "Paul Mauriat: Greatest Hits Of Paul Mauriat - The Best Songs Of Paul Mauriat Track list 01. Love Is Blue 02. Those Were The Days 03. Sur Un Air Du Vivaldi 04.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/vEAiwmVkL-U/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/vEAiwmVkL-U/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/vEAiwmVkL-U/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Entertainment", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/5b-ziFgzseEHjrl8gfjtu2D861Y\"", "id": { "kind": "youtube#video", "videoId": "McMD4cKSxV0" }, "snippet": { "publishedAt": "2015-01-01T13:03:12.000Z", "channelId": "UC972_rOhn0WCAJbiIrsr8Qw", "title": "Audiophile | Album Love Is Blue | Paul Mauriat", "description": "Audiophile | Album Love Is Blue | Paul Mauriat Track list: 1. Love is blue 2. I will follow him (Chariot) 3. The bird of wounds (Nagekidori) 4. New York, New York 5.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/McMD4cKSxV0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/McMD4cKSxV0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/McMD4cKSxV0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Instrumental Music", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/pHo_RYfnDOmdr_uW8o_iIOF4S2U\"", "id": { "kind": "youtube#video", "videoId": "j9gbvwX6N-Q" }, "snippet": { "publishedAt": "2014-03-13T17:23:46.000Z", "channelId": "UCHoqExg3ceDoPaXmUH3ExWg", "title": "Paul mauriat 16 exitos", "description": "DISCO PAUL MAURIAT 16 GREATEST HITS 1. EL AMOR ES TRISTE 2. UN HOMBRE Y UNA MUJER 3. ISADORA 4. VIVIR POR VIVIR 5. PENELOPE 6.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/j9gbvwX6N-Q/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/j9gbvwX6N-Q/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/j9gbvwX6N-Q/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "twimh", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/GQCcbIizyC3llhlP_TNLlMlOL_s\"", "id": { "kind": "youtube#video", "videoId": "IrPr_eJa0X4" }, "snippet": { "publishedAt": "2015-09-19T14:57:15.000Z", "channelId": "UCLyZ8eBamoJqqyO8SGvJfvQ", "title": "Paul Mauriat - Paul Mauriat Greatest Hits - Instrumental", "description": "Paul Mauriat - Paul Mauriat Greatest Hits - Instrumental ▻Subscribe For More: https://goo.gl/FpmZBq ▻ Invite you to watch : ✓ Yanni Greatest Hits: ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/IrPr_eJa0X4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/IrPr_eJa0X4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/IrPr_eJa0X4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Best Instrumental", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/vDab6cpcWRsdpULEaX31xA4DZFg\"", "id": { "kind": "youtube#video", "videoId": "ZKtmn-3Ddcw" }, "snippet": { "publishedAt": "2013-10-23T14:34:51.000Z", "channelId": "UCpl7mGGj2JtmG2RvgkbK4kQ", "title": "Paul Mauriat - Live in Tokyo 1983 (full)", "description": "La Meloie D'Amour (live in Tokyo 1983) 1. Prelude 59 2. AI No Cafe Terrasse 3. Toccata 4. The Green Lake 5. Mozart Medley 6. Best Of France Medley 7.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ZKtmn-3Ddcw/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ZKtmn-3Ddcw/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ZKtmn-3Ddcw/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Yen Trang", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/YCpmmaDYHZBlPe5AivteTAdr3NU\"", "id": { "kind": "youtube#video", "videoId": "bpx2V2LCLIU" }, "snippet": { "publishedAt": "2014-08-06T13:37:42.000Z", "channelId": "UCa6jiW7904mUpUyPqAKRYiA", "title": "PAUL MAURIAT - THE BEST HITS COLLECTION", "description": "PAUL MAURIAT - THE BEST (ALBUM 2014) 01. A Whole New World (0:00:00) 02. I Will Follow Him (0:03:44) 03. Now And Then (0:06:59) 04. All For Love ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/bpx2V2LCLIU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/bpx2V2LCLIU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/bpx2V2LCLIU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "MELOMAN MUSIC", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/SeXZbcUh0ykPOPSd5w3U8ElyUpc\"", "id": { "kind": "youtube#channel", "channelId": "UCznti8RQiNaTopM3fXliJDQ" }, "snippet": { "publishedAt": "2013-07-05T13:07:17.000Z", "channelId": "UCznti8RQiNaTopM3fXliJDQ", "title": "Paul Mauriat - Topic", "description": "Paul Mauriat was a French orchestra leader, conductor of Le Grand Orchestre de Paul Mauriat, who specialized in the easy listening genre. He is best known in ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/i/znti8RQiNaTopM3fXliJDQ/1.jpg" }, "medium": { "url": "https://i.ytimg.com/i/znti8RQiNaTopM3fXliJDQ/mq1.jpg" }, "high": { "url": "https://i.ytimg.com/i/znti8RQiNaTopM3fXliJDQ/hq1.jpg" } }, "channelTitle": "Paul Mauriat - Topic", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/LueXrYaySZLElBxCI7a8BL1acjI\"", "id": { "kind": "youtube#playlist", "playlistId": "PLD6928E585483F1A9" }, "snippet": { "publishedAt": "2012-02-27T16:27:15.000Z", "channelId": "UC3l1wU2GH6MVSluA_eKeH2A", "title": "Paul Mauriat Lo mejor de su musica", "description": "Paul Mauriat - Love is blue.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "CHILAKACOAC", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Av-3wvP5y7c6jsBUPA5srlNXD18\"", "id": { "kind": "youtube#video", "videoId": "nlpCTIwQDzM" }, "snippet": { "publishedAt": "2014-09-12T07:32:36.000Z", "channelId": "UCibIp7Ad8kQkQMuVMksTOwQ", "title": "PAUL MAURIAT - Album Nº 5 Completo 1967.", "description": "TEMAS INSTRUMENTALES INTERPRETADOS POR EL MAESTRO Y SU GRAN ORQUESTA, DEL AÑO 1967. 1.-MARIONETA EN LA CUERDA 0:01 2.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/nlpCTIwQDzM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/nlpCTIwQDzM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/nlpCTIwQDzM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "jaimelopez62", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/S-3KACOZpgI-ZJtcDXFT-fwPJHw\"", "id": { "kind": "youtube#video", "videoId": "pfkIWnThTB4" }, "snippet": { "publishedAt": "2007-06-02T15:11:10.000Z", "channelId": "UCMCm6CNvo5UxAW7vF86soYw", "title": "Paul Mauriat - Toccata", "description": "Live.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/pfkIWnThTB4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/pfkIWnThTB4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/pfkIWnThTB4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "checkingmail", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/F6yQuuA_5tOGA9Zi3pDUiDhlCMY\"", "id": { "kind": "youtube#video", "videoId": "p9FYD1dlw4E" }, "snippet": { "publishedAt": "2006-06-09T18:26:21.000Z", "channelId": "UCMr0IVIqpw6L_4tyF86melA", "title": "Paul Mauriat - Love is blue", "description": "As you know, this music is very popular, so you must have listened more than once. When I was very young, this music frequently flowed from TV or radio.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/p9FYD1dlw4E/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Jingyu Park", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/K7bE3C3NETzXe56nQu-iD_c32Ys\"", "id": { "kind": "youtube#video", "videoId": "gwwzhS_DZq8" }, "snippet": { "publishedAt": "2015-03-16T17:00:31.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Rain and Tears (France 1968) [Full Album]", "description": "Paul Mauriat - Rain and Tears (PHILIPS 844 735) Side A 1 Alouette \"La peregrinación\" 00:00 2 Le ruisseau de mon enfance 2:11 3 Lady Madonna 4:44 4 Tous ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/gwwzhS_DZq8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/gwwzhS_DZq8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/gwwzhS_DZq8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/BWVsP6MEqmbmMGnRCQC1SEmgQSs\"", "id": { "kind": "youtube#video", "videoId": "xHP2xW6IucU" }, "snippet": { "publishedAt": "2015-07-26T02:46:56.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat Best 100 【1~20】", "description": "楽曲 ** 00:00_01. エーゲ海の真珠(Penelope) 04:00_02. 涙のトッカータ(Toccata) 06:44_03. シェルブールの雨傘(Les parapluis de Cherbourg) 09:32_04. ロミオ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/xHP2xW6IucU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/xHP2xW6IucU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/xHP2xW6IucU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/G-NUFt6N6kdKggHUaZw1vUKKbzg\"", "id": { "kind": "youtube#video", "videoId": "fRDJQAb8ilU" }, "snippet": { "publishedAt": "2008-05-01T15:45:54.000Z", "channelId": "UCG4IAM0wqsnLyM1j---vtNg", "title": "Paul Mauriat - Isadora", "description": "Music from Album VOLE VOLE FARANDOLE (1969). Let the music fills your soul. :x Hope you enjoy it.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/fRDJQAb8ilU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/fRDJQAb8ilU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/fRDJQAb8ilU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "dangbinh", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/bIWQHCZ0NeWFrXZdhjx01X1DLNY\"", "id": { "kind": "youtube#video", "videoId": "KLZwby4bApU" }, "snippet": { "publishedAt": "2015-12-14T21:28:13.000Z", "channelId": "UCO0xBdUlFl2YuM-499d0SQw", "title": "Paul Mauriat Franck Pourcel Billy Vaughn Nini Rosso 1", "description": "Paul Mauriat - Je T Aime Moi Non Plus 0:00 Paul Mauriat - La Decadanse 3:08 Paul Mauriat - Merci Cherie 6:41 Paul Mauriat - Monia 9:39 Paul Mauriat - My ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/KLZwby4bApU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/KLZwby4bApU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/KLZwby4bApU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "MARCOS BENETOLI", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ZnFn73iUnkyxm85MRJDn337gAQM\"", "id": { "kind": "youtube#video", "videoId": "kW7NiWvwA5A" }, "snippet": { "publishedAt": "2012-11-14T07:21:08.000Z", "channelId": "UCD-vfzwC98mjpmEi6_GlJNw", "title": "Sayonara in concert - Paul.Mauriat [show] HD", "description": "Paul.Mauriat - Sayonara in concert \"\" equalized sound with bass \"\" http://www.dailymotion.com/paulorubens http://www.youtube.com/paulorubensps.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/kW7NiWvwA5A/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/kW7NiWvwA5A/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/kW7NiWvwA5A/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Paulo Rubens", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/51CtdBSiC8RRY4wN82x_fw7fVrg\"", "id": { "kind": "youtube#video", "videoId": "rjsNNcsUNzE" }, "snippet": { "publishedAt": "2011-11-15T15:57:39.000Z", "channelId": "UCHbpGmk-Srd3Ti73aDItRtg", "title": "Paul Mauriat ~ Love is Blue (HQ)", "description": "i love instrumentals and this is one of my favourites from the 60's,and this version by \"Paul Mauriat\" was released in 1967/68 and made number 12 here in the ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/rjsNNcsUNzE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/rjsNNcsUNzE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/rjsNNcsUNzE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "TheOldrecordclub", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/oJ-22tCKzdY679RRO4BtbCuI6ZQ\"", "id": { "kind": "youtube#video", "videoId": "guVRM0weUcI" }, "snippet": { "publishedAt": "2013-08-23T19:18:21.000Z", "channelId": "UCiEp2Y3en5niIb02B13QgVQ", "title": "CONCIERTO DE PAUL MAURIAT", "description": "Música Instrumental y Relax.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/guVRM0weUcI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/guVRM0weUcI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/guVRM0weUcI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Emeryoly", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/a_b3U5uIMcIMED5wxjhIXow0AYA\"", "id": { "kind": "youtube#video", "videoId": "LsO0ryxOWwo" }, "snippet": { "publishedAt": "2011-05-24T17:35:06.000Z", "channelId": "UCMCQslxK0iTNKaPi_6Lg6pQ", "title": "Paul Mauriat — Mozart Medley", "description": "For more information please visit our website http://paul-mauriat.com Paul Mauriat en scene \"El Bimbo\"", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/LsO0ryxOWwo/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/LsO0ryxOWwo/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/LsO0ryxOWwo/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PaulMauriatOrchestra", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/9TIOHTyJUTOI5uvyDMi9YyIcj80\"", "id": { "kind": "youtube#video", "videoId": "G18OX1bYoIM" }, "snippet": { "publishedAt": "2015-09-27T10:34:32.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Blooming hits (USA 1967) [Full Album]", "description": "Paul Mauriat - Blooming Hits (PHILIPS PHS 600-248) Side A 1 Somethin' stupid 00:00 2 Penny lane 2:41 3 This is my song 5:07 4 Seuls au monde (Alone in the ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/G18OX1bYoIM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/G18OX1bYoIM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/G18OX1bYoIM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/-ScA6IyX3yUDXeOo12gRTyduAMI\"", "id": { "kind": "youtube#video", "videoId": "Zj1IRVhugLo" }, "snippet": { "publishedAt": "2008-09-02T21:12:12.000Z", "channelId": "UC1anvUVFUhVQWHDVLyj4suA", "title": "Paul Mauriat & Orchestra - Nocturne", "description": "Nocturne Paul Mauriat & Orchestra.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Zj1IRVhugLo/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Zj1IRVhugLo/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Zj1IRVhugLo/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "kotetu1011", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/p1FpfplTSO_BsXjivOC8jRwANck\"", "id": { "kind": "youtube#video", "videoId": "ZMbMh9x0OKQ" }, "snippet": { "publishedAt": "2015-03-19T11:41:45.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Forever and ever (France 1973) [Full Album]", "description": "Paul Mauriat - Forever and ever (PHILIPS 6332 160) Side A 1 Forever and ever 00:00 2 Les matins d'hiver 2:52 3 Le peintre des étoiles - du feuilleton télévisé ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ZMbMh9x0OKQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ZMbMh9x0OKQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ZMbMh9x0OKQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/FofPB_6kp2OvVi13niJB2PbvSsQ\"", "id": { "kind": "youtube#video", "videoId": "jx9EBacgneQ" }, "snippet": { "publishedAt": "2011-05-24T19:35:36.000Z", "channelId": "UCMCQslxK0iTNKaPi_6Lg6pQ", "title": "Paul Mauriat — Around the world medley", "description": "For more information please visit our website http://paul-mauriat.com Paul Mauriat en scene \"El Bimbo\"", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/jx9EBacgneQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/jx9EBacgneQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/jx9EBacgneQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PaulMauriatOrchestra", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/-oe7c3N6gXb9ghLdVEslt2w6hpM\"", "id": { "kind": "youtube#video", "videoId": "zbe8P43nzAw" }, "snippet": { "publishedAt": "2015-03-19T09:59:31.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat en España (Spain 1975) [Full Album]", "description": "Paul Mauriat en España (PHILIPS 6325 208) Side A 1 Entre dos aguas 00:00 2 La paloma 3:05 3 Los Gitanos 6:08 4 Ojos de España 9:38 5 Taka takata 12:18 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/zbe8P43nzAw/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/zbe8P43nzAw/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/zbe8P43nzAw/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/VySvdfVo6gowO4SpUxHpTG-yfUk\"", "id": { "kind": "youtube#video", "videoId": "J7WRbNVLk7o" }, "snippet": { "publishedAt": "2008-04-04T16:35:00.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Elise", "description": "Elise.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/J7WRbNVLk7o/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/J7WRbNVLk7o/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/J7WRbNVLk7o/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/fhx8TWxaYrY4ep7iz2O77aGWpSU\"", "id": { "kind": "youtube#video", "videoId": "4bLlIePI9eY" }, "snippet": { "publishedAt": "2015-03-20T07:53:17.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Russian Album (1965) [Full Album]", "description": "Russie de toujours (France 1965 - PHILIPS 842.131) Russian Souvenirs (Holland 1969 - PHILIPS 6830 074) Desde Rusia con Paul Mauriat (Mexico 1970 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4bLlIePI9eY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4bLlIePI9eY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4bLlIePI9eY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/w5XBpOOnFye8uaxXa5kBUvrud_g\"", "id": { "kind": "youtube#video", "videoId": "BJxln2kjca0" }, "snippet": { "publishedAt": "2016-01-25T15:10:02.000Z", "channelId": "UCgOr1tfbz-A2UKnBTBgbR6A", "title": "PAUL MAURIAT - The Best Of Paul Mauriat 1980 1990 Disc 3 (JOSERAFAELV° SESSIONS)", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/BJxln2kjca0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/BJxln2kjca0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/BJxln2kjca0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "JOSE RAFAEL QUINTO", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/3cuMFRgyBKMm-9WGa-xxUn0rlNg\"", "id": { "kind": "youtube#video", "videoId": "flN2O9EQNzQ" }, "snippet": { "publishedAt": "2012-06-14T02:16:52.000Z", "channelId": "UCU5-hn8tHoTSNrM-NGVGYmg", "title": "吳巧子照片Paul Mauriat演奏44曲.wmv", "description": "吳巧子照片Paul Mauriat演奏44曲 01 Paul Mauriat - Un homme et une femme (1966) 00:00 02 Paul Mauriat - Amore grande amore libero (1975) 2:26 03 Richard ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/flN2O9EQNzQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/flN2O9EQNzQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/flN2O9EQNzQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "수학박사", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/DLkCAsUos3kM1VZs_XPFqjHXRgw\"", "id": { "kind": "youtube#video", "videoId": "gN_mYLx8_8o" }, "snippet": { "publishedAt": "2008-11-30T16:23:53.000Z", "channelId": "UCUXj-0RnrCK39ExE2eG50Kg", "title": "Paul Mauriat - Emmanuelle", "description": "Paul Mauriat - Emmanuelle.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/gN_mYLx8_8o/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/gN_mYLx8_8o/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/gN_mYLx8_8o/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marceletor", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/iJl3NiMNh8ZCdlZsNhF1xg8vobg\"", "id": { "kind": "youtube#video", "videoId": "3oJXjlxYv1E" }, "snippet": { "publishedAt": "2015-03-17T13:06:42.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Album No.1 (France 1965) [Full Album]", "description": "Paul Mauriat - Album No.1 (PHILIPS 842.120) Side A 1 La nuit 00:00 2 Vous les femmes 2:20 3 N'avoue jamais 4:23 4 It's not unusual \"Je ne fais pas d'histoires\" ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/3oJXjlxYv1E/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/3oJXjlxYv1E/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/3oJXjlxYv1E/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/qAHrz3NlTBoTGqvCpVyCSuFwxOE\"", "id": { "kind": "youtube#video", "videoId": "elTOPsMTX2o" }, "snippet": { "publishedAt": "2015-09-26T18:43:42.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Paris by Night (France 1961) [Full Album]", "description": "Paul Mauriat - Paris by Night (Bel-Air 321 041) Side A 1 Sous le ciel de Paris ~ Padam padam 00:00 2 La vie en rose 2:44 3 C'est si bon ~ I love Paris ~ Paname ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/elTOPsMTX2o/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/elTOPsMTX2o/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/elTOPsMTX2o/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/L4DiwlHuIzcXR4szCY3cUozl4ig\"", "id": { "kind": "youtube#video", "videoId": "Z_m8z4e3lds" }, "snippet": { "publishedAt": "2015-12-14T16:48:33.000Z", "channelId": "UCO0xBdUlFl2YuM-499d0SQw", "title": "Paul Mauriat Franck Pourcel Billy Vaughn Nini Rosso 2", "description": "Paul Mauriat - Black is black 0:00 Billy Vaughn - Chopsticks 2:51 Billy Vaughn - Come September 5:15 Billy Vaughn - Hawaiiian War Chant 7:45 Billy Vaughn ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Z_m8z4e3lds/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Z_m8z4e3lds/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Z_m8z4e3lds/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "MARCOS BENETOLI", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/eU7g7AK4fPdonAtU3JB2-TYmmiQ\"", "id": { "kind": "youtube#video", "videoId": "W8KTBNZnFyU" }, "snippet": { "publishedAt": "2008-03-14T15:21:54.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - I like Chopin", "description": "I like Chopin.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/W8KTBNZnFyU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/W8KTBNZnFyU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/W8KTBNZnFyU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/citB9SSP6lDroAHe8E-vnV0zrZc\"", "id": { "kind": "youtube#video", "videoId": "xcGMxG370J4" }, "snippet": { "publishedAt": "2015-03-19T13:16:41.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Album No.6 (France 1967) [Full Album]", "description": "Paul Mauriat - Album No.6 (PHILIPS 844 705) Side A 1 San Francisco 00:00 2 Un monde avec toi \"The world we knew\" 3:12 3 La banda (A banda) 5:39 4 Vivre ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/xcGMxG370J4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/xcGMxG370J4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/xcGMxG370J4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/5ZqdCy7LeysiQVthV-yuatqtC-k\"", "id": { "kind": "youtube#video", "videoId": "2pwPzgRv0B4" }, "snippet": { "publishedAt": "2012-04-08T23:24:54.000Z", "channelId": "UClU-fejaDCl9DCmNNm7cO-A", "title": "Paul Mauriat - Alouette", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/2pwPzgRv0B4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/2pwPzgRv0B4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/2pwPzgRv0B4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Javid Mehraliyev", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/GinycoBr2z6qZEN9S19ySEKvKos\"", "id": { "kind": "youtube#video", "videoId": "yjep89VKFww" }, "snippet": { "publishedAt": "2017-01-03T08:38:43.000Z", "channelId": "UCa-3UhYwMD9jzr33WlbIBZg", "title": "PAUL MAURIAT - Soley Soley", "description": "I love this song... She reminds me of you... Video Produced By : Melodyas My Love.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/yjep89VKFww/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/yjep89VKFww/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/yjep89VKFww/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Melodyas My Love", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/gg5cA_mlzNJ7wjHJI3VcLUyq-7k\"", "id": { "kind": "youtube#video", "videoId": "nhN03Z9nTP0" }, "snippet": { "publishedAt": "2015-03-20T09:23:00.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Christmas Album (1967) [Full Album]", "description": "Noëls (France, PHILIPS 842 160) Navidad con Paul Mauriat (Spain, PHILIPS 842 162) The Christmas Album (USA, PHILIPS PHS 600-255) White Christmas ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/nhN03Z9nTP0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/nhN03Z9nTP0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/nhN03Z9nTP0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/VuBvdPb1nh8H2VEUGuNBdFyLFIk\"", "id": { "kind": "youtube#video", "videoId": "IxAtwqy7e4Y" }, "snippet": { "publishedAt": "2008-03-05T03:49:33.000Z", "channelId": "UCJ3I4kHyBesR1NME59eP_Pg", "title": "Paul Mauriat - El Condor Pasa", "description": "El cóndor pasa es una canción tradicional de origen peruano. Es una \"zarzuela peruana\" cuya música fue compuesta por el compositor peruano Daniel Alomía ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/IxAtwqy7e4Y/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/IxAtwqy7e4Y/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/IxAtwqy7e4Y/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "CyberAlexis zz", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/lfl7O429rl5kWA8PRAYHd-E83Dw\"", "id": { "kind": "youtube#video", "videoId": "nL0vXXlURiU" }, "snippet": { "publishedAt": "2010-09-05T11:57:40.000Z", "channelId": "UC5vB0OCtuTxtWUQY4gUYA7A", "title": "La Decadanse - Paul Mauriat (iNstrumentaL)", "description": "DZRH Radio Mr Romantico Theme Song , 102.7 Star FM 12 midnight song , 90.7 DZMB Love Radio La Decadance - Paul Mauriat (1972) Godfather Album Paul ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/nL0vXXlURiU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/nL0vXXlURiU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/nL0vXXlURiU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "nelson sunico", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/YeB5XPbZviKFD74SNscsh_e0NIA\"", "id": { "kind": "youtube#video", "videoId": "L3NJTF1Dg7M" }, "snippet": { "publishedAt": "2011-01-06T19:19:57.000Z", "channelId": "UCuIkMucGbARVF5buAqJJN-A", "title": "Paul Mauriat - Soleado", "description": "Paul Mauriat - Soleado.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/L3NJTF1Dg7M/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/L3NJTF1Dg7M/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/L3NJTF1Dg7M/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "federicomonterrey", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/XiKq6jIWIuZ1vOpnSNWVGzjlp7w\"", "id": { "kind": "youtube#video", "videoId": "DDXdwtbDbTg" }, "snippet": { "publishedAt": "2013-02-27T18:08:03.000Z", "channelId": "UCfipXC9OtAyLPA6V36GBEow", "title": "Paul Mauriat - Sympathy", "description": "Music Is What Feelings Sound Like ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/DDXdwtbDbTg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/DDXdwtbDbTg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/DDXdwtbDbTg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Moustafa Muhammad", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/SNSigOpAIoK2owxq3hs4YNCEjmk\"", "id": { "kind": "youtube#video", "videoId": "LWX7rBV4Yx4" }, "snippet": { "publishedAt": "2008-09-29T23:31:33.000Z", "channelId": "UC_7KdftuQBNuhzy3X7cM4pQ", "title": "Paul Mauriat - Love Is Blue - Sound Stereo", "description": "Una Pequeña historia de Amor y Una Larga Vida de Adios.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/LWX7rBV4Yx4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/LWX7rBV4Yx4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/LWX7rBV4Yx4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Wilzon Condori", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Ra4WRB68ZlcOJKycSWkKJF6jrdU\"", "id": { "kind": "youtube#video", "videoId": "O-Ic8Ii_1FA" }, "snippet": { "publishedAt": "2013-01-30T08:08:26.000Z", "channelId": "UCA0YeiZV4Au9vPVYj7KB39w", "title": "Paul Mauriat - Love is in every room - El Amor está en cada habitación", "description": "CADA SEGUNDO SIN VOS Si en cada aurora te vas y con el alba volvés. Si cada noche al soñar sangro tu nombre otra vez. Me engaño al verte al pasar: ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/O-Ic8Ii_1FA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/O-Ic8Ii_1FA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/O-Ic8Ii_1FA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "With love for you", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/AIMXnmrfLnNd7sbvYlCoiZMq24U\"", "id": { "kind": "youtube#video", "videoId": "kgqVaLHA4QE" }, "snippet": { "publishedAt": "2015-03-16T16:17:42.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Album No.3 (France 1966) [Full Album]", "description": "Paul Mauriat - Album No.3 (PHILIPS 842.134) Side A 1 Potemkine 00:00 2 Michelle 2:04 3 Chez nous 4:20 4 Girl \"Je l'aime\" 6:28 5 Mourir ou vivre 8:43 6 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/kgqVaLHA4QE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/kgqVaLHA4QE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/kgqVaLHA4QE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ICcCQpLOhnDD1CTDKrQxbllHAQE\"", "id": { "kind": "youtube#video", "videoId": "H40a2HQbV0E" }, "snippet": { "publishedAt": "2011-06-26T14:54:02.000Z", "channelId": "UCAsOY9DsuQF3W4fybvBwonQ", "title": "涙のトッカータ ポール・モーリア Toccata Paul Mauriat", "description": "Bienvenue à le monde de Paul Mauriat Welcome to the world of Paul Mauriat ようこそポール・モーリアの世界へ 涙のトッカータ Toccata ポール・モーリア・グランド...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/H40a2HQbV0E/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/H40a2HQbV0E/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/H40a2HQbV0E/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "lemondedepaulmauriat", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/lC-K1dcnOipqpPOdRljAVh7-dhA\"", "id": { "kind": "youtube#video", "videoId": "B2l5dCTMUFM" }, "snippet": { "publishedAt": "2012-06-28T11:27:43.000Z", "channelId": "UC9WU9Y0a9324a4DYx_tyEWA", "title": "Paul Mauriat - Gone Is Love", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/B2l5dCTMUFM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/B2l5dCTMUFM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/B2l5dCTMUFM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Haldun Civelek", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Sx3QSJ5-pbyGbAtYj29mDpHJ0UI\"", "id": { "kind": "youtube#video", "videoId": "pH8D20XGSlI" }, "snippet": { "publishedAt": "2010-06-27T11:53:10.000Z", "channelId": "UCuoVwY0kIqlLc2vf1iYNroQ", "title": "Paul Mauriat - Feelings (1977)", "description": "Paul Mauriat \"Feelings\" (\"Dis-Lui\") song appears on the album \"L´ete Indien\" (1977) | \"Feelings\" (\"Dis-Lui\") arreglada y orquestada por Paul Mauriat apareció en ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/pH8D20XGSlI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/pH8D20XGSlI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/pH8D20XGSlI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Cantabric Sea", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4UwNedKC7gGrHN4WiGYoAgXlHL8\"", "id": { "kind": "youtube#video", "videoId": "KfFMMk0ULIQ" }, "snippet": { "publishedAt": "2010-10-20T13:21:04.000Z", "channelId": "UCTohQMDFq1IAnWZgHG48CYA", "title": "Paul Mauriat - Holidays", "description": "Beautiful From Paul Mauriat Album ( Holidays ) ENJOY : )", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/KfFMMk0ULIQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/KfFMMk0ULIQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/KfFMMk0ULIQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Mostafa Elhakeem", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Ra17MexMw9qaosppyqW4oS6Kd_w\"", "id": { "kind": "youtube#video", "videoId": "TGfinKuMmR8" }, "snippet": { "publishedAt": "2008-03-13T15:58:30.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Minuetto", "description": "Minuetto.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/TGfinKuMmR8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/TGfinKuMmR8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/TGfinKuMmR8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/2Bgf6XPUS3Ken3fS41IZ8iHVUpA\"", "id": { "kind": "youtube#video", "videoId": "yn4Yrhb7eX4" }, "snippet": { "publishedAt": "2010-06-09T01:11:49.000Z", "channelId": "UCwqL_Fu6ta3XEeec4MgqjGw", "title": "LOVE IS BLUE-El Amor Es Azul (PAUL MAURIAT)", "description": "Visita nuestra página en https://www.facebook.com/poesiayalgomas Amor dulce amor de que color es?Puede ser :El Amor Es Azul Y no importa en que idioma ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/yn4Yrhb7eX4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/yn4Yrhb7eX4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/yn4Yrhb7eX4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "AngelRomy20", "liveBroadcastContent": "none" } } ] }, "CDIQAA": { "kind": "youtube#searchListResponse", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/EoJo5VUtsIRJIClVK08rl8XkWVw\"", "nextPageToken": "CGQQAA", "prevPageToken": "CDIQAQ", "regionCode": "VN", "pageInfo": { "totalResults": 340831, "resultsPerPage": 50 }, "items": [ { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/23p0u26WiZOXf4GNlDHvwT4d_Sc\"", "id": { "kind": "youtube#video", "videoId": "heBS2R56z8I" }, "snippet": { "publishedAt": "2016-08-21T09:05:08.000Z", "channelId": "UCWO9OCjghM_d8Q5MDKNK7oQ", "title": "Paul Mauriat - El Bimbo 1977", "description": "Мои новые каналы (my new channels): https://www.youtube.com/channel/UCrFi_SRWezWFUGdxi_QQVrg/videos.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/heBS2R56z8I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/heBS2R56z8I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/heBS2R56z8I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "NoMadU55555", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/cEYRmAaMn5kzNC9yNZvdQM0tKKY\"", "id": { "kind": "youtube#video", "videoId": "QzuYD6gfgiY" }, "snippet": { "publishedAt": "2015-04-03T14:00:00.000Z", "channelId": "UCUbHagprnsFkUdQVgyZkO-Q", "title": "Paul Mauriat - GREATEST HITS", "description": "BAD BOYS BLUE - 30 GREATEST HITS https://youtu.be/ysORKGM_YGI ♫ Boney M & Bobby Farrell - Disco Collection https://youtu.be/RcM7Ov2KSzI ♫ FANCY ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/QzuYD6gfgiY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/QzuYD6gfgiY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/QzuYD6gfgiY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PatefonChannel", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/XeUTqKY-aygL_2ALxHCMIRuJCWw\"", "id": { "kind": "youtube#video", "videoId": "tZZTvk35aUo" }, "snippet": { "publishedAt": "2015-10-25T10:41:10.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Brasil Exclusivamente (Brazil 1977) [Full Album]", "description": "Paul Mauriat - Brasil Exclusivamente (PHILIPS 9120 233) Side A 1 Mulher Brasileira 0:00 2 Morte de um poeta 3:14 3 Sabiá marron 6:52 4 Só louco 9:48 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/tZZTvk35aUo/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/tZZTvk35aUo/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/tZZTvk35aUo/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/LD4JwmOGb4e7wk8AX-sJH0cJRSo\"", "id": { "kind": "youtube#video", "videoId": "bI6I1QHGMqM" }, "snippet": { "publishedAt": "2008-04-05T02:28:52.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - A Flower Is All You Need", "description": "A Flower Is All You Need.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/bI6I1QHGMqM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/bI6I1QHGMqM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/bI6I1QHGMqM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/FYvN13DsoHl0evXOmtL_Az-NO48\"", "id": { "kind": "youtube#video", "videoId": "4IEaTbZEXhA" }, "snippet": { "publishedAt": "2015-03-18T23:30:15.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Beatles Album (France / Holland 1972) [Full Album]", "description": "Paul Mauriat joue les Beatles (France FONTANA 6444 047) Paul Mauriat plays the Beatles (Holland FONTANA 6444 047) 1 Eleanor Rigby 00:00 2 My sweet ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4IEaTbZEXhA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4IEaTbZEXhA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4IEaTbZEXhA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Dr0066SBuUiaF0VcYbsqbNxVI-4\"", "id": { "kind": "youtube#video", "videoId": "_5JtxPyBWxE" }, "snippet": { "publishedAt": "2008-03-20T01:58:34.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Prelude in C (Bach)", "description": "Prelude in C.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/_5JtxPyBWxE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/_5JtxPyBWxE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/_5JtxPyBWxE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/NO4rFvCeTqRHmVIU2ALB7MI_MTg\"", "id": { "kind": "youtube#video", "videoId": "2yGS6H18h7o" }, "snippet": { "publishedAt": "2008-05-27T01:59:48.000Z", "channelId": "UC1c5BfgpAdM8kZc9Pbb9MEw", "title": "Paul Mauriat - Czardas (Monti)", "description": "Recorded live at Kosei Nenkin Kaikan Hall, Tokyo on Oct. 24, 1982.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/2yGS6H18h7o/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/2yGS6H18h7o/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/2yGS6H18h7o/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "qwerty0man", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/jz2377oCQMixT0bVb5lR0evJGKo\"", "id": { "kind": "youtube#video", "videoId": "qEUJBQ1uI4M" }, "snippet": { "publishedAt": "2011-05-24T20:44:00.000Z", "channelId": "UCMCQslxK0iTNKaPi_6Lg6pQ", "title": "Paul Mauriat — Love is Blue", "description": "For more information please visit our website http://paul-mauriat.com Paul Mauriat en scene \"El Bimbo\"", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/qEUJBQ1uI4M/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/qEUJBQ1uI4M/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/qEUJBQ1uI4M/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PaulMauriatOrchestra", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/qu75v5ADTU_XAW8KLrRp6FgFjXg\"", "id": { "kind": "youtube#video", "videoId": "f9VxfC8ox9g" }, "snippet": { "publishedAt": "2010-04-01T19:05:07.000Z", "channelId": "UCLo_EMpyNRsqATEUvOrhXDg", "title": "\"El Amor es Azul\" Paul Mauriat", "description": "Sigueme en Twitter: https://twitter.com/AZULPLATA1 AZUL ES EL AMOR Azul como es la inmensidad del universo es la intensidad del sentimiento nuestro ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/f9VxfC8ox9g/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/f9VxfC8ox9g/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/f9VxfC8ox9g/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Azulplata Juan V. Cosin", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/QdPYWzEro579pe6T_qhKsfekfgE\"", "id": { "kind": "youtube#video", "videoId": "CkuXtNm40zM" }, "snippet": { "publishedAt": "2010-01-14T23:58:32.000Z", "channelId": "UCDPWqcF2gBIaTUfD_C19fkQ", "title": "Paul Mauriat Hungarian Dance nº 5", "description": "Paul Mauriat Memorial Live 1996.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/CkuXtNm40zM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/CkuXtNm40zM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/CkuXtNm40zM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marcelo ferrari de almeida camargo", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/QDd1ptMrYzaePzcDj7OQJiIHPks\"", "id": { "kind": "youtube#video", "videoId": "bAyqzLr56IE" }, "snippet": { "publishedAt": "2008-11-25T11:21:47.000Z", "channelId": "UCUXj-0RnrCK39ExE2eG50Kg", "title": "Paul Mauriat - Butterfly", "description": "Paul Mauriat - Butterfly.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/bAyqzLr56IE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/bAyqzLr56IE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/bAyqzLr56IE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marceletor", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/UMsI1nyavO8m6TlqdtHYgiR8K_A\"", "id": { "kind": "youtube#video", "videoId": "g3q2cxI4Zrg" }, "snippet": { "publishedAt": "2015-03-24T03:03:41.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat - 恋はみずいろ (L'Amour Est Bleu)", "description": "選曲一覧 ***** 0:00:01 01 恋はみずいろ(L'Amour Est Bleu) 0:02:49 02 涙のトッカータ(Toccata) 0:05:31 03 薔薇色のメヌエッ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/g3q2cxI4Zrg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/g3q2cxI4Zrg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/g3q2cxI4Zrg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/B-rfUDJOxmHh0bPIv8C3j9a8Wxk\"", "id": { "kind": "youtube#video", "videoId": "-cfR52Mt9CE" }, "snippet": { "publishedAt": "2014-08-03T16:13:17.000Z", "channelId": "UCPYdFJkC0wTaGMkqFdwiRlA", "title": "Concert \"Hits of the Paul Mauriat orchestra\", 2011", "description": "Samara philharmonic orchestra (Russia) Conducted by Mikhail Scherbakov (sorry, no Paul Mauriat's music) program: 1. Gone is love (J.Reed - G.Sklerov) from ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/-cfR52Mt9CE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/-cfR52Mt9CE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/-cfR52Mt9CE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "mauriat88", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/jjWnHqpMFXLv9AaLYVNxHxO2ayc\"", "id": { "kind": "youtube#video", "videoId": "S3svoN5KDvg" }, "snippet": { "publishedAt": "2012-06-27T18:33:24.000Z", "channelId": "UCnSwNomHwdg9D3J-ow2br5A", "title": "Paul Mauriat - Fascination", "description": "Album Best Of France - Paul Mauriat.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/S3svoN5KDvg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/S3svoN5KDvg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/S3svoN5KDvg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "bireaus", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/HNQc7zrCNYfJdcEW23ub8bYonJs\"", "id": { "kind": "youtube#video", "videoId": "jQ03vK_o6DE" }, "snippet": { "publishedAt": "2013-08-02T10:49:13.000Z", "channelId": "UCPYdFJkC0wTaGMkqFdwiRlA", "title": "Paul Mauriat & his orchestra LOVE IS BLUE (live)", "description": "A.Popp - P.Cour.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/jQ03vK_o6DE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/jQ03vK_o6DE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/jQ03vK_o6DE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "mauriat88", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/BfOApgYNnjg5HSDyQvrRDbh_TTI\"", "id": { "kind": "youtube#video", "videoId": "U_FN_KE_nXo" }, "snippet": { "publishedAt": "2015-10-03T23:51:16.000Z", "channelId": "UCZ1vFUgdb-My9DP0Ja0GQLg", "title": "PAUL MAURIAT & JAMES LAST KALINKA (Калинка) Grandes Orquestas Mp4", "description": "For me,this is the best Kalinka (Калинка) Russian music in interpretation of the Paul Mauriat & James Last orchesters.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/U_FN_KE_nXo/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/U_FN_KE_nXo/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/U_FN_KE_nXo/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "irene serban", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/cHnukn5nLhSgQBL71N-8ndHLDd4\"", "id": { "kind": "youtube#video", "videoId": "Q7vGMnFDGxU" }, "snippet": { "publishedAt": "2016-05-04T14:59:00.000Z", "channelId": "UC6itlVLeMpS78NKkMXIHBfg", "title": "【Full Album】Paul Mauriat ♪輝きの旋律 ポール・モーリア<可動式DL-103M>", "description": "『輝きの旋律/ポール・モーリア』 【FDX-460 Full Album】 ※ひっかき傷があるため、曲により傷音が耳障りですがご容赦ください。...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Q7vGMnFDGxU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Q7vGMnFDGxU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Q7vGMnFDGxU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "KanetaSounds", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/BZewHBBdmidiFLdWY66ckgH-sTQ\"", "id": { "kind": "youtube#video", "videoId": "GbaJLEXfzow" }, "snippet": { "publishedAt": "2015-03-18T14:26:36.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - El Condor Pasa (USA 1971) [Full Album]", "description": "Paul Mauriat - El Condor Pasa (PHILIPS PHS 600-352) Side A 1 Love story 00:00 2 El condor pasa 3:03 3 To be the one you love 6:11 4 Melancholy man 9:16 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/GbaJLEXfzow/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/GbaJLEXfzow/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/GbaJLEXfzow/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/aoJ9xCQjPmJ5iV-gpxgvXzTJE8s\"", "id": { "kind": "youtube#video", "videoId": "e5NWuoOeTAI" }, "snippet": { "publishedAt": "2009-10-01T20:59:26.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Sonia (1973)", "description": "Album : Goodbye my love goodbye. Original version by Patrick Juvet. Album : Goodbye my love goodbye. Version originale interprétée par Patrick Juvet, puis ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/e5NWuoOeTAI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/e5NWuoOeTAI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/e5NWuoOeTAI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Eba1lGn2qzHuAVuIByimv7UdRtw\"", "id": { "kind": "youtube#video", "videoId": "hcZ5LJtxjZ0" }, "snippet": { "publishedAt": "2014-07-02T04:25:50.000Z", "channelId": "UC6-3DEzKDvQZ1LKUfonajNQ", "title": "Paul Mauriat - El amor Es triste.", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/hcZ5LJtxjZ0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/hcZ5LJtxjZ0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/hcZ5LJtxjZ0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "ARMANDO V.", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ySee4Mg07qryzLNlSh-wASf3yXU\"", "id": { "kind": "youtube#video", "videoId": "Cd9PsOIlwaI" }, "snippet": { "publishedAt": "2015-03-18T22:50:06.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Le Lac Majeur (France 1972) [Full Album]", "description": "Paul Mauriat - Le Lac Majeur (PHILIPS 6332 121) Side A 1 My reason 00:00 2 Freedom 3:34 3 Soleil, soleil 5:56 4 La chanson pour Anna 9:28 5 A summer ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Cd9PsOIlwaI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Cd9PsOIlwaI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Cd9PsOIlwaI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/gTZKGay5QQACv79LGO5w1SY7LuU\"", "id": { "kind": "youtube#video", "videoId": "60Qe3VlsAIc" }, "snippet": { "publishedAt": "2012-04-27T03:09:17.000Z", "channelId": "UCmrye_MZbJ8jBLDUAWYYycA", "title": "El condor pasa Instrumental - Paul mauriat", "description": "El cóndor pasa es una zarzuela cuya música fue realizada por el compositor peruano Daniel Alomía Robles en 1913 y cuya letra es obra de Julio de La Paz ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/60Qe3VlsAIc/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/60Qe3VlsAIc/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/60Qe3VlsAIc/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Elolo", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/M9X3vYZnhat5EXWVVGVdSS4xlE8\"", "id": { "kind": "youtube#video", "videoId": "rzXVhYjLzbk" }, "snippet": { "publishedAt": "2015-03-12T18:35:49.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - El Triste (Mexico 1971) [Full Album]", "description": "Paul Mauriat - El Triste (PHILIPS 6311 072) Side A 1 El triste 00:00 2 Rio amarillo (Yellow river) 3:24 3 Simpatia (Sympathy) 5:58 4 Y morir de placer (Et mourir ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/rzXVhYjLzbk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/rzXVhYjLzbk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/rzXVhYjLzbk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/8ipk-PpAbcIpeyqItCIO8vGKR3g\"", "id": { "kind": "youtube#video", "videoId": "Y4xrIWSxA5w" }, "snippet": { "publishedAt": "2016-07-01T05:28:30.000Z", "channelId": "UCCMawLDFQ62WM9DutAKC0GA", "title": "Paul Mauriat — Tante Agathe", "description": "Композиторы: Gerald Andre Biesel, Jean Joseph Kluger. Исполняет: Le Grand Orchestre De Paul Mauriat. Название: Tante Agathe. Альбом: Love Story.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Y4xrIWSxA5w/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Y4xrIWSxA5w/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Y4xrIWSxA5w/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Дмитрий Аладышев", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/olwmeS99svhCYQYZc10GTPNtyM4\"", "id": { "kind": "youtube#video", "videoId": "ZRcEY77pKP4" }, "snippet": { "publishedAt": "2015-03-18T08:58:14.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Volume 2 (France 1965) [Full Album]", "description": "Paul Mauriat - Volume 2 (PHILIPS 842.126) Side A 1 Aline 00:00 2 Pourvu que ça dure \"Long live love\" 2:15 3 Capri c'est fini 4:14 4 Attends ou va t'en 6:53 5 Le ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ZRcEY77pKP4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ZRcEY77pKP4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ZRcEY77pKP4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/kPrnFJQMe2QDQzIHyxwchglGS3c\"", "id": { "kind": "youtube#video", "videoId": "inQWb2sgiPc" }, "snippet": { "publishedAt": "2008-03-30T17:14:00.000Z", "channelId": "UCxosnhXoDCt-EhDswBRWARQ", "title": "Song for Anna - Paul Mauriat", "description": "For you.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/inQWb2sgiPc/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/inQWb2sgiPc/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/inQWb2sgiPc/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Elnn25", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/CxgTWXee84POx9CsZfltrwFlH7A\"", "id": { "kind": "youtube#video", "videoId": "z9vQNwhdug0" }, "snippet": { "publishedAt": "2009-11-17T10:38:01.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Katioucha (1965)", "description": "Album : Russie de toujours. Famous russian folk air. Album : Russie de toujours. Célèbre chanson populaire composée en 1938.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/z9vQNwhdug0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/z9vQNwhdug0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/z9vQNwhdug0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/2V2Nnq7JqycwV2OGKkkUXMv3mcU\"", "id": { "kind": "youtube#video", "videoId": "aCcG7YsVHXM" }, "snippet": { "publishedAt": "2015-08-02T14:19:22.000Z", "channelId": "UC4HapbfaaL2hvDD73AiragQ", "title": "Diamond Collection - Paul Mauriat Orchestra", "description": "Track List: 01 Un Homme Et Une Femme 02 Melodie 03 Moulins De Mon Coeur 04 Love Story 05 Paraplues De Cherbourg 06 Padrino 07 Love Is Blue 08 San ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/aCcG7YsVHXM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/aCcG7YsVHXM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/aCcG7YsVHXM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "phpdev67", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ZGy4qcUF0yVG2eFAL4_3_gK0K0s\"", "id": { "kind": "youtube#video", "videoId": "csK_skSY-0M" }, "snippet": { "publishedAt": "2015-10-25T10:40:52.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Brasil Exclusivamente Vol.2 (Brazil 1978) [Full Album]", "description": "Paul Mauriat - Brasil Exclusivamente Vol.2 (PHILIPS 9120 350) Side A 1 Pra que chorar 0:00 2 Amigo 2:48 3 Sonhos 7:01 4 O que será (À flor da terra) 10:46 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/csK_skSY-0M/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/csK_skSY-0M/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/csK_skSY-0M/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/K1ikAIm8QPHHdrctWE7p34Nczyw\"", "id": { "kind": "youtube#video", "videoId": "kzoSWWc9UXU" }, "snippet": { "publishedAt": "2016-10-01T00:00:02.000Z", "channelId": "UCIyFeCs6uvy9HU0Bsq60KvA", "title": "Toccata (Piano) // PAUL MAURIAT", "description": "Arranged and performed by Slava Makovsky. SHEET/MIDI info: https://youtu.be/HONVVGy1Vis - - - - - Learn piano with the songs you love: ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/kzoSWWc9UXU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/kzoSWWc9UXU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/kzoSWWc9UXU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "pianoREADER", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/sPahkXTl0Jz-KriDUsksqZSkxsQ\"", "id": { "kind": "youtube#video", "videoId": "MFs82c22IAI" }, "snippet": { "publishedAt": "2010-12-16T14:20:22.000Z", "channelId": "UCTk23vC3dXZjVAtwoioHe4g", "title": "AUTUMN LEAVES PAUL MAURIAT", "description": "Galleria d'immagini autunnali sulle note della celebre melodia di Joseph Kosma, magistralmente diretta dal M° Paul Mauriat. Elaborazione & montaggio: J.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/MFs82c22IAI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/MFs82c22IAI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/MFs82c22IAI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "fano234", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/F76fhgdiIyumTqt85Lq9Espxu6U\"", "id": { "kind": "youtube#video", "videoId": "ApwA8l8khhk" }, "snippet": { "publishedAt": "2014-10-25T09:58:04.000Z", "channelId": "UCanP1g2-9OaaxeNqgRhhKmQ", "title": "Paul Mauriat - Tombe La Neige...", "description": "It's snowing... http://paul-mauriat.com Select the optimal resolution 720p Thank you all for viewing and comments! All the best!", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ApwA8l8khhk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ApwA8l8khhk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ApwA8l8khhk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Tatiana Blue", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/U-mRBp9ZkNm9I28xNjxDQu_fPa8\"", "id": { "kind": "youtube#video", "videoId": "Vq8fbPTcRv4" }, "snippet": { "publishedAt": "2007-10-21T13:01:47.000Z", "channelId": "UC4TZgoDCvnzB_S966bLNbdA", "title": "Paul Mauriat-Phantom Of The Opera", "description": "one of the greatest hits for Paul Mauriat(Phantom Of The Opera Soundtrack).", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Vq8fbPTcRv4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Vq8fbPTcRv4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Vq8fbPTcRv4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "magxxx", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/QIRZBgynaHid_F-JozoUrJM5GWk\"", "id": { "kind": "youtube#video", "videoId": "TRlvTLhIoW0" }, "snippet": { "publishedAt": "2013-01-06T10:08:32.000Z", "channelId": "UCMZsqT8HIaPcBAQQ0xpkTvg", "title": "Paul Mauriat - Toccata.", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/TRlvTLhIoW0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/TRlvTLhIoW0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/TRlvTLhIoW0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "АЛЕКСАНДР МАЦНЕВ", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/_3ggXV32-lynvlyfRWrlFlvrJ3U\"", "id": { "kind": "youtube#video", "videoId": "9_067iUGBjM" }, "snippet": { "publishedAt": "2010-06-29T11:56:31.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - The windmills of your mind (1969)", "description": "Album : L.O.V.E. Beautiful song from Norman Jewison's movie, \"The Thomas Crown affair\". Performed originally by Noel Harrison and covered by many others ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/9_067iUGBjM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/9_067iUGBjM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/9_067iUGBjM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/GCYwa8yBzXb4GvhMoLO05d5nWN8\"", "id": { "kind": "youtube#video", "videoId": "ZknVCmKwisY" }, "snippet": { "publishedAt": "2010-03-06T01:39:21.000Z", "channelId": "UCtOL86YOUXTq9LjLVTTrbWw", "title": "Paul Mauriat ~ Romeo & Juliet", "description": "Beautiful theme from Romeo & Juliet.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ZknVCmKwisY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ZknVCmKwisY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ZknVCmKwisY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "mikeyousofine", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ZV-6IJto0LcO4wcigzyfjSXW_1g\"", "id": { "kind": "youtube#video", "videoId": "lD3H_-pc5j4" }, "snippet": { "publishedAt": "2008-10-31T14:02:56.000Z", "channelId": "UCok5gQVucDdmx1Fl3GYOQ2w", "title": "EL AMOR ES AZUL - PAUL MAURIAT", "description": "Para mlfgclaudia07 y carlinhos271980 les dedico este video , para que siempre recuerden que el amor es azul indiferentemente de sus diferentes tonalidades, ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/lD3H_-pc5j4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/lD3H_-pc5j4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/lD3H_-pc5j4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "winterstorm2", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/0N_u3BELhJ31c5qDaUhos0t_LLQ\"", "id": { "kind": "youtube#video", "videoId": "IggEyTq2rA8" }, "snippet": { "publishedAt": "2013-10-29T11:35:52.000Z", "channelId": "UCIp08h_VCrisx3egZt6nqjw", "title": "Paul Mauriat et son Grand Orchestre - Sur Ma Vie (Charles Aznavour)", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/IggEyTq2rA8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/IggEyTq2rA8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/IggEyTq2rA8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PapillonBlanc", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/QnHoXWp9kpvigBkjFrf_zCbAPdY\"", "id": { "kind": "youtube#video", "videoId": "fUo6NIIxcQY" }, "snippet": { "publishedAt": "2008-04-08T20:16:27.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - La Bikina", "description": "La Bikina.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/fUo6NIIxcQY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/fUo6NIIxcQY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/fUo6NIIxcQY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ndzP70tnMGrGRc7-ASH93mSJXUk\"", "id": { "kind": "youtube#video", "videoId": "OEnv24iq8WY" }, "snippet": { "publishedAt": "2008-09-02T00:38:29.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Windy", "description": "Windy.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/OEnv24iq8WY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/OEnv24iq8WY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/OEnv24iq8WY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/E9qoqxpNldTjHSPStkkwmVW0wZ0\"", "id": { "kind": "youtube#video", "videoId": "vsKVPgUVEdQ" }, "snippet": { "publishedAt": "2010-04-17T12:13:19.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - The godfather (1972)", "description": "Album : Le lac Majeur. Famous song from Coppola's film, also known as \"Speak softly love\" and performed at first by Andy Williams. Album : Le lac Majeur.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/vsKVPgUVEdQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/vsKVPgUVEdQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/vsKVPgUVEdQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/cW3C6pSIUHe0VqQjr89jYcOGk6o\"", "id": { "kind": "youtube#video", "videoId": "ep-xBelFcm8" }, "snippet": { "publishedAt": "2015-03-15T20:27:04.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Mamy Blue (France 1971) [Full Album]", "description": "Paul Mauriat - Mamy Blue (PHILIPS 6332 016) Side A 1 Mamy blue 00:00 2 Chirpy chirpy cheep cheep 2:48 3 We shall dance 5:40 4 Oh, ma jolie Sarah 8:14 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ep-xBelFcm8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ep-xBelFcm8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ep-xBelFcm8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4HTcI5E1iLdBWcX-0pNHUvbJRSw\"", "id": { "kind": "youtube#video", "videoId": "uiH8qO5tiUg" }, "snippet": { "publishedAt": "2015-04-15T01:55:09.000Z", "channelId": "UCyimRJ7ndEZzILb2owcgVww", "title": "Caravan - Paul Mauriat", "description": "kemal demirkol.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/uiH8qO5tiUg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/uiH8qO5tiUg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/uiH8qO5tiUg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "kemal demirkol", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/LzTz6469oLNkSiVUa7sP_5HQZXA\"", "id": { "kind": "youtube#video", "videoId": "xXXCCEH1vKg" }, "snippet": { "publishedAt": "2015-01-18T18:31:50.000Z", "channelId": "UCa14akZ0ifhHldqxz723P9Q", "title": "Paul Mauriat Chitty Chitty Bang Bang Nº 8 1969 Lp Completo", "description": "00:00 Chitty Chitty Bang Bang 02:02 Puisque tu M'aimes 03:39 Monja 06:46 Uno tranquillo 09:09 Abraham, Martin, John 12:35 Elenore 14:57 Those ehere the ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/xXXCCEH1vKg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/xXXCCEH1vKg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/xXXCCEH1vKg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Robson Zornoff", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/mSE8qDGBFjO8N1T9AJ65_TorXhc\"", "id": { "kind": "youtube#video", "videoId": "ujlwSzyK6aI" }, "snippet": { "publishedAt": "2009-10-28T20:59:02.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Mama (1967)", "description": "Album : N° 5. Original version by Cher. Album : N° 5. Version originale interprétée par Cher et reprise par Dalida.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ujlwSzyK6aI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ujlwSzyK6aI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ujlwSzyK6aI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/UxfhWNDn-vQ7eMVurzqKaVMTLtk\"", "id": { "kind": "youtube#video", "videoId": "wa9Lrcdbzko" }, "snippet": { "publishedAt": "2010-04-24T05:24:14.000Z", "channelId": "UCMDEe4HBpQeAudfNAP9WpkQ", "title": "PAUL MAURIAT EL AMOR ES TRISTE live", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/wa9Lrcdbzko/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/wa9Lrcdbzko/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/wa9Lrcdbzko/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "TEAPERU", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/hMcDCnXxhpikapfE09Cn9raUf0A\"", "id": { "kind": "youtube#video", "videoId": "rS_itzXrxic" }, "snippet": { "publishedAt": "2016-05-20T01:45:51.000Z", "channelId": "UCUeI3W2bOysyZ8HDHK-PU5A", "title": "Paul Mauriat - Film Themes Vol. 1 [320 Kbps]", "description": "Paul Mauriat - Film Themes Vol.1 Evergreen*Raindrops Keep Falling On My Head*Somewhere My Love*The Morning After*A Summer Place*Free As The ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/rS_itzXrxic/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/rS_itzXrxic/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/rS_itzXrxic/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Sofia Elvira", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/M1Y1-z2A5zM5msrBy53bKptoDgk\"", "id": { "kind": "youtube#video", "videoId": "qtCFf6LR0uM" }, "snippet": { "publishedAt": "2015-08-07T09:01:18.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat - The Best Of Paul Mauriat (Vol.1)", "description": "曲名 ** 00:00_ 01. Love Is Blue 02:39_ 02. Mamy Blue 05:30_ 03. Un Banc, Un Arbre Une Rue 08:50_ 04. The Way We Were 11:21_ 05. The Green Lake ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/qtCFf6LR0uM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/qtCFf6LR0uM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/qtCFf6LR0uM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/5Ct5jcPfUQ1WrTwKTFD4-zSsIxA\"", "id": { "kind": "youtube#video", "videoId": "YCougBHpS_I" }, "snippet": { "publishedAt": "2015-03-20T12:44:49.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Chopin Album (1970) [Full Album]", "description": "Paul Mauriat joue Chopin (France 1970, PHILIPS 6311 023) Paul Mauriat joue Chopin (Japan, 1970, PHILIPS SFX-7297) Me gusta Chopin (Venezuela 1970, ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/YCougBHpS_I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/YCougBHpS_I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/YCougBHpS_I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/dZkvSApi9Tu1El_IpUhdhUDllY0\"", "id": { "kind": "youtube#video", "videoId": "BBT7qbnl-W0" }, "snippet": { "publishedAt": "2015-08-08T23:50:21.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat - The Best Of Paul Mauriat (Vol.4)", "description": "曲名 ** 0:00:00_ 01. Copacabana (At The Copa) 0:03:09_ 02. Hello 0:07:14_ 03. The Ending Song Of Love 0:11:03_ 04. At Seventeen 0:14:11_ 05. I've Never ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/BBT7qbnl-W0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/BBT7qbnl-W0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/BBT7qbnl-W0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } } ] }, "CGQQAA": { "kind": "youtube#searchListResponse", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/VtKMeXxvJMZXbsmWtEihKK7kgkw\"", "nextPageToken": "CJYBEAA", "prevPageToken": "CGQQAQ", "regionCode": "VN", "pageInfo": { "totalResults": 340827, "resultsPerPage": 50 }, "items": [ { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Cpulef-1BK-llFAPwZRJzhdvAjI\"", "id": { "kind": "youtube#video", "videoId": "E99HRlI1bJ4" }, "snippet": { "publishedAt": "2015-03-13T20:38:37.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - More Mauriat (USA 1966) [Full Album]", "description": "Paul Mauriat - More Mauriat (PHILIPS PHS 600-226) Side A 1 Black is black 00:00 2 Sunny 2:45 3 Winchester cathedral 5:24 4 Guantanamera 7:52 5 Love me, ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/E99HRlI1bJ4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/E99HRlI1bJ4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/E99HRlI1bJ4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/yHnzDWMqu9RDVutbiZw-OAZxPCI\"", "id": { "kind": "youtube#video", "videoId": "bDCRT4Ys0NE" }, "snippet": { "publishedAt": "2013-09-20T07:46:36.000Z", "channelId": "UCyDTiARUr0ELQypFZwvCnNA", "title": "Paul Mauriat - Taka Takata", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/bDCRT4Ys0NE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/bDCRT4Ys0NE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/bDCRT4Ys0NE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "rana kamel", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/IzXRE_805WYD5l25o01EIwt2vG4\"", "id": { "kind": "youtube#video", "videoId": "QTo9-lmZ6oE" }, "snippet": { "publishedAt": "2010-01-30T07:11:00.000Z", "channelId": "UCcB-i3BXWrj0ipa5FwOOrpQ", "title": "Paul Mauriat and His Orchestra - Love Is Blue (L'Amour Est Bleu) - 45 RPM - ORIGINAL MONO MIX", "description": "Original Philips Records #40495 Debut 1/6/68 Peaked at #1 for FIVE weeks! Written by: A. Popp & P. Cour From the LP \"Blooming Hits\" This record was ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/QTo9-lmZ6oE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/QTo9-lmZ6oE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/QTo9-lmZ6oE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "WABCRADIO77", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/lIOtPfnwQu3BcaMCpY3Tj9ib30A\"", "id": { "kind": "youtube#video", "videoId": "mCJ0B3w53GM" }, "snippet": { "publishedAt": "2011-06-06T21:29:30.000Z", "channelId": "UCMCQslxK0iTNKaPi_6Lg6pQ", "title": "Paul Mauriat — El Bimbo", "description": "For more information please visit our website http://paul-mauriat.com Paul Mauriat en scene \"El Bimbo\"", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/mCJ0B3w53GM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/mCJ0B3w53GM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/mCJ0B3w53GM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PaulMauriatOrchestra", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/YyQHJcLtP7dg7sG9Fj3ana25jek\"", "id": { "kind": "youtube#video", "videoId": "jPn9GGjWUUY" }, "snippet": { "publishedAt": "2010-04-24T03:46:59.000Z", "channelId": "UCTB4kmm5e2TbLdhXqbsKvKA", "title": "Paul Mauriat -- El amor es triste (1,968)", "description": "Paul Mauriat (Marsella, 4 de marzo de 1925 - Perpiñán, 3 de noviembre de 2006), fue un director de orquesta francés, que se especializó en realizar arreglos ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/jPn9GGjWUUY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/jPn9GGjWUUY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/jPn9GGjWUUY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Estrellavirgo1", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/hdFj_0Y70WVYO8s8qPQiynTv7x0\"", "id": { "kind": "youtube#video", "videoId": "-IcyKs8VmpE" }, "snippet": { "publishedAt": "2014-02-04T00:59:59.000Z", "channelId": "UCE4dgV6G7qfJ9B6eTCnGqww", "title": "Paul Mauriat Song For Anna", "description": "lindo tema!!", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/-IcyKs8VmpE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/-IcyKs8VmpE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/-IcyKs8VmpE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Felix mtz", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/NV8T2H9_-lBzCDVphUQ9zuZgYkI\"", "id": { "kind": "youtube#video", "videoId": "78J-EH_zPC0" }, "snippet": { "publishedAt": "2009-09-06T03:40:53.000Z", "channelId": "UCAJi-PgEttOP3-mMyAaU9iw", "title": "TOCCATA ( Paul Mauriat )", "description": "TOCCATA do PAUL MAURIAT danh solo PIANO.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/78J-EH_zPC0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/78J-EH_zPC0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/78J-EH_zPC0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Van Quang Tran", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/bM4ligYa8G9G07eDlnCU3wGO23A\"", "id": { "kind": "youtube#video", "videoId": "FPrhlZtw8_8" }, "snippet": { "publishedAt": "2015-03-18T13:37:52.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Felicidad (Japan 1981) [Full Album]", "description": "Paul Mauriat - Felicidad (PHILIPS 28PP-22) Side A 1 Felicidad (Margherita) (海辺のフェリシダ) 00:00 2 Love on the rocks \"L'amour est mort\" (ラブ・オン・ザ・ ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/FPrhlZtw8_8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/FPrhlZtw8_8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/FPrhlZtw8_8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/5lOCd5GXtXaIzWsQGlG0sNyvsx8\"", "id": { "kind": "youtube#video", "videoId": "MDsBNdO0Vro" }, "snippet": { "publishedAt": "2011-05-24T20:03:49.000Z", "channelId": "UCMCQslxK0iTNKaPi_6Lg6pQ", "title": "Paul Mauriat — Czardas", "description": "For more information please visit our website http://paul-mauriat.com Paul Mauriat en scene \"El Bimbo\"", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/MDsBNdO0Vro/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/MDsBNdO0Vro/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/MDsBNdO0Vro/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "PaulMauriatOrchestra", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/yHlbSybLxA6MXMb1aj0MurZmgew\"", "id": { "kind": "youtube#video", "videoId": "hDHXmT9_cyA" }, "snippet": { "publishedAt": "2008-08-08T21:54:56.000Z", "channelId": "UCjcUJlfO5F-CXFiqSDv4lZw", "title": "Paul Mauriat - Canon (Pachelbel)", "description": "variation on Canon - Pachelbel.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/hDHXmT9_cyA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/hDHXmT9_cyA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/hDHXmT9_cyA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "GoutoD", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Z2ndP67I222dQJhSM-DBigyXKyU\"", "id": { "kind": "youtube#video", "videoId": "XGmF516CQ0g" }, "snippet": { "publishedAt": "2015-03-18T18:46:51.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Gone is love (USA / UK 1970) [Full Album]", "description": "Paul Mauriat - Gone is love (PHILIPS 6311 053) Side A 1 Gone is love 00:00 2 Home again 2:35 3 My house and the river 5:39 4 Could this be me 8:35 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/XGmF516CQ0g/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/XGmF516CQ0g/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/XGmF516CQ0g/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/SGuRRLKflr-_UL8vUzdDNm3ZLuk\"", "id": { "kind": "youtube#video", "videoId": "Z3nzFCESeME" }, "snippet": { "publishedAt": "2009-12-01T20:48:45.000Z", "channelId": "UCVGJek-8_xVDwc_OxP3zssw", "title": "Paul Mauriat: ♫ L'Amour est bleu (Love is Blue) ♫", "description": "Sucesso de Paul Mauriat e sua orquestra em 1968, \"L'Amour est bleu\" (\"Love is Blue\") é uma composição de Pierre Cour e André Popp, que a gravou ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Z3nzFCESeME/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Z3nzFCESeME/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Z3nzFCESeME/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "FFukushima", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/kNw6WQj0hjyn6WoupWM7pweMEUk\"", "id": { "kind": "youtube#video", "videoId": "8cyoASyOPf4" }, "snippet": { "publishedAt": "2009-04-15T21:38:14.000Z", "channelId": "UCaG9htedemgJE9jOuNIjSQw", "title": "Paul Mauriat - El amor es triste (love is blue)", "description": "Clásico de todos los tiempos.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/8cyoASyOPf4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/8cyoASyOPf4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/8cyoASyOPf4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "romanticasdesiempre", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/6kkPTtqwBjSHMRESHFtoTaM6QgM\"", "id": { "kind": "youtube#video", "videoId": "OmkOzGUwFJ0" }, "snippet": { "publishedAt": "2011-09-04T15:49:29.000Z", "channelId": "UCdMGbCXsnDmJFA0jXJBzH5w", "title": "Paul Mauriat & Orchestra (Live, 1998) - Penelope (HQ)", "description": "Violins: George Balbon, Christophe Guiot, Manuel Solans, John Cohen, Cyill Cohen, Hugo Crotti, Jean Gaunet, Cécile, Lionel Turchi, Jean-Claude ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/OmkOzGUwFJ0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/OmkOzGUwFJ0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/OmkOzGUwFJ0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Andre Emílio", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/LAbycywZySBwr70eNue5cdrgd5c\"", "id": { "kind": "youtube#video", "videoId": "E55qRFPBiS0" }, "snippet": { "publishedAt": "2015-03-17T09:49:27.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Michèle (France 1976) [Full Album]", "description": "Paul Mauriat - Michèle (PHILIPS 9101 055) 1 17 ans \"At seventeen\" 00:00 2 Viens faire un tour sous la pluie 3:07 3 Eastern love song 6:06 4 À quoi sert de vivre ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/E55qRFPBiS0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/E55qRFPBiS0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/E55qRFPBiS0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/APE5HrD8Avx7wkQQlEUGtqIWJLQ\"", "id": { "kind": "youtube#video", "videoId": "qgMYCfHe9n4" }, "snippet": { "publishedAt": "2015-05-18T16:31:49.000Z", "channelId": "UCUy5E3UWRcHBiA-75cDSf8g", "title": "Paul Mauriat - Pearl Fishers", "description": "This channel is NON PROFIT, NON- COMMERCIAL ! Videos may contain copyrighted material. All trademarks and copyrights remain the property of their ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/qgMYCfHe9n4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/qgMYCfHe9n4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/qgMYCfHe9n4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "LONA", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/qH7S6ULPC3ynDBVcWTDAG5dKUk8\"", "id": { "kind": "youtube#video", "videoId": "_mcq27pwhUI" }, "snippet": { "publishedAt": "2017-04-29T18:03:50.000Z", "channelId": "UCyimRJ7ndEZzILb2owcgVww", "title": "paul mauriat -- c'est la chanson de mon amour", "description": "album:godfather-1972.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/_mcq27pwhUI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/_mcq27pwhUI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/_mcq27pwhUI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "kemal demirkol", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/in1Tc1kC3xN65ZkkX08m3C3gYX0\"", "id": { "kind": "youtube#video", "videoId": "VI-JjbwMuvI" }, "snippet": { "publishedAt": "2009-03-18T21:41:19.000Z", "channelId": "UCSUyPHkPAbKNItst1tUlJBA", "title": "PAUL MAURIAT - Last Tango in Paris", "description": "music.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/VI-JjbwMuvI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/VI-JjbwMuvI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/VI-JjbwMuvI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "draftchico2011", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/G8vMs49UghxrLjnnLnM1pC6E4Ik\"", "id": { "kind": "youtube#video", "videoId": "qE9owK46rCI" }, "snippet": { "publishedAt": "2010-11-28T12:21:54.000Z", "channelId": "UC3LNXoiZ_YRzjLGo-_KiKkQ", "title": "Paul Mauriat - Anonimo veneciano", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/qE9owK46rCI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/qE9owK46rCI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/qE9owK46rCI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "avigeadavid", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/cT70zX0lFfn6TIsAS7A9-aRPzLQ\"", "id": { "kind": "youtube#video", "videoId": "CnlzUbNHLqw" }, "snippet": { "publishedAt": "2015-08-04T18:21:23.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat Best 100 【61~80】", "description": "曲名 ** 00:00:00_61. そよ風のメヌエット(Petite Mélodie) 00:03:00_62. 哀しみのショパン(Piano Ballade) 00:06:10_63. 輝く星座(Aquarius ) 00:08:44_64. 雪がふ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/CnlzUbNHLqw/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/CnlzUbNHLqw/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/CnlzUbNHLqw/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/EWfmqr2CpEIwm2fBXNs78y38Cjc\"", "id": { "kind": "youtube#video", "videoId": "YyPjUKH-PNQ" }, "snippet": { "publishedAt": "2015-03-20T10:13:07.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Je t'aime... moi non plus (France 1969) [Full Album]", "description": "Paul Mauriat - Je t'aime... moi non plus (PHILIPS 849 509) Side A 1 Je t'aime moi non plus 00:00 2 Suspicious minds 3:05 3 Toi l'amour et moi 6:10 4 Vole ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/YyPjUKH-PNQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/YyPjUKH-PNQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/YyPjUKH-PNQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/uJ8noAOJ6HQHR4sVRN6qxMAAQX4\"", "id": { "kind": "youtube#video", "videoId": "RfaGf2_3g4I" }, "snippet": { "publishedAt": "2016-09-30T10:35:22.000Z", "channelId": "UCPYdFJkC0wTaGMkqFdwiRlA", "title": "1978.05.05 Final of the Festival MUSICAL MALLORCA 78 with PAUL MAURIAT", "description": "Master of Ceremony José Luis Uribarri: \"Ahora la entrega en la batuta, la entrega de alma, del corazón, de inspiración de esta figura de Francia que es famosa ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/RfaGf2_3g4I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/RfaGf2_3g4I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/RfaGf2_3g4I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "mauriat88", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/97cIiGjWozBrc2jLZpvXSVoS7Eo\"", "id": { "kind": "youtube#video", "videoId": "jTJj-MqBpVU" }, "snippet": { "publishedAt": "2007-07-04T17:32:37.000Z", "channelId": "UCfeeibKM0LAyzAI8kRRJqCA", "title": "Paul Mauriat", "description": "el sonido del silencio.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/jTJj-MqBpVU/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/jTJj-MqBpVU/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/jTJj-MqBpVU/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "patinlocus", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/MTyNLgetHaPH1Yv3i2xk3YAA8Ak\"", "id": { "kind": "youtube#video", "videoId": "BqIlsXlW75I" }, "snippet": { "publishedAt": "2014-10-05T05:36:12.000Z", "channelId": "UCODAouAKagkePuIIx5tmB_Q", "title": "Canon in D - Paul Mauriat", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/BqIlsXlW75I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/BqIlsXlW75I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/BqIlsXlW75I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Tô Vĩnh Phúc", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/UVfXlgKpFB86j5e5he2ew8if6Tg\"", "id": { "kind": "youtube#video", "videoId": "yodiV1DP0hQ" }, "snippet": { "publishedAt": "2010-08-22T10:40:32.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Adoro (1968)", "description": "Album : Viva Mauriat. Beautiful Mexican song, performed originally by Armando Manzanero. Album : Viva Mauriat. Version originale interprétée par Armando ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/yodiV1DP0hQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/yodiV1DP0hQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/yodiV1DP0hQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4mcXpGnxCnuoJuHPkcef1ntYAcE\"", "id": { "kind": "youtube#video", "videoId": "QWuDfIFUENE" }, "snippet": { "publishedAt": "2015-10-16T15:12:52.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Piano Ballade (Taiwan 1984) [Full Album]", "description": "Paul Mauriat - Piano ballade (PHILIPS 822 685-1) Side A 1 Hello 00:00 2 A chance for heaven 4:05 3 Only you 7:03 4 You 10:28 5 Ma vie 13:55 6 To all the girls ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/QWuDfIFUENE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/QWuDfIFUENE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/QWuDfIFUENE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/6O1suqBP2kyBej4Lo3r_deli4Cw\"", "id": { "kind": "youtube#video", "videoId": "FzCyAbACQN4" }, "snippet": { "publishedAt": "2010-12-26T12:10:30.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - I say a little prayer (1968)", "description": "Album : Rhythm & Blues. Original version by Dionne Warwick. Other recordings include Aretha Franklin and Whitney Houston. Album : Rhythm & Blues. Version ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/FzCyAbACQN4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/FzCyAbACQN4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/FzCyAbACQN4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/2uAXH0CHoTkZnFeGT65DROJqozw\"", "id": { "kind": "youtube#video", "videoId": "4DCg7QBZQ7I" }, "snippet": { "publishedAt": "2010-04-17T18:08:40.000Z", "channelId": "UCprM3lcL6fHMqbWNsneXpaw", "title": "Paul Mauriat - el amor es triste (instrumentales de oro)", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4DCg7QBZQ7I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4DCg7QBZQ7I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4DCg7QBZQ7I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "NAando ABu", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/O4D_Txu7XOQMVEhrRtY8ckNdF8g\"", "id": { "kind": "youtube#video", "videoId": "9M6pW1wotkE" }, "snippet": { "publishedAt": "2015-03-19T16:39:38.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Après toi (France 1972) [Full Album]", "description": "Paul Mauriat - Après toi (PHILIPS 6332 070) Side A 1 Jesahel 00:00 2 Après toi 2:41 3 Il y a du soleil sur la France 5:50 4 Jour et nuit (de la comédie musicale ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/9M6pW1wotkE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/9M6pW1wotkE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/9M6pW1wotkE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/St5NWwsV87bL1OSvlUEJPjUz34M\"", "id": { "kind": "youtube#video", "videoId": "NwE8BXwd2Lw" }, "snippet": { "publishedAt": "2015-03-15T19:25:34.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Le Grand Orchestre de Paul Mauriat (France 1970) [Full Album]", "description": "Le Grand Orchestre de Paul Mauriat (PHILIPS 6311 029) Side A 1 Julietta 00:00 2 Tout la pluie tombe sur moi \"Raindrops keep falling on my head\" 2:40 3 Paris ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/NwE8BXwd2Lw/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/NwE8BXwd2Lw/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/NwE8BXwd2Lw/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/JlMNuNDAwh--6wTC-2QiKcA-ihU\"", "id": { "kind": "youtube#video", "videoId": "dX3-nCllh2c" }, "snippet": { "publishedAt": "2009-10-24T20:28:15.000Z", "channelId": "UCSlImGV0By-L-pC1bkzDUQg", "title": "El Amor es Triste · Paul Mauriat · Love Is Blue", "description": "El Amor es Triste · Paul Mauriat Video en Alta Calidad http://www.youtube.com/watch?v=dX3-nCllh2c&fmt=18.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/dX3-nCllh2c/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/dX3-nCllh2c/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/dX3-nCllh2c/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Luis Alejandro Felipe Estrada", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/qNBrM5Xqt9JtHO1maiqLJbhr81Q\"", "id": { "kind": "youtube#video", "videoId": "oYXw6bxQkyo" }, "snippet": { "publishedAt": "2016-05-24T17:56:51.000Z", "channelId": "UCPYdFJkC0wTaGMkqFdwiRlA", "title": "2016 Paul Mauriat Love Sounds in Kostroma, Russia", "description": "\"SPRING SERENADE\" in Kostroma city, Russia on 3 March, 2016. (Melodies from repertoire of Paul Mauriat orchestra) Symphony Orchestra of Kostroma under ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/oYXw6bxQkyo/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/oYXw6bxQkyo/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/oYXw6bxQkyo/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "mauriat88", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/SNm4DX2nLH6u1xM3wntjk3v534c\"", "id": { "kind": "youtube#video", "videoId": "DSY6DNmQuoM" }, "snippet": { "publishedAt": "2010-07-27T15:46:15.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Mother of mine (1972)", "description": "Album : Last summer day. Performed originally by Jimmy Osmond, Neil Reid... just to name a few. Album : Last summer day. Version originale interprétée par ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/DSY6DNmQuoM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/DSY6DNmQuoM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/DSY6DNmQuoM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/HM4Ql6o7joBa_xEZ-rlkXC6RVAc\"", "id": { "kind": "youtube#video", "videoId": "6XeB1FwYVjE" }, "snippet": { "publishedAt": "2008-04-28T02:49:47.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Merci Cherie", "description": "Merci Cherie.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/6XeB1FwYVjE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/6XeB1FwYVjE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/6XeB1FwYVjE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/GzPiEpF3bOmV5yyRaoRa4Z2wP44\"", "id": { "kind": "youtube#video", "videoId": "W_eWFFIpwLk" }, "snippet": { "publishedAt": "2012-02-21T08:38:54.000Z", "channelId": "UCAsOY9DsuQF3W4fybvBwonQ", "title": "そよ風のメヌエット ポール・モーリア Petite Mélodie Paul Mauriat", "description": "Bienvenue à le monde de Paul Mauriat Welcome to the world of Paul Mauriat ようこそポール・モーリアの世界へ そよ風のメヌエット ポール・モーリア Petite...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/W_eWFFIpwLk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/W_eWFFIpwLk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/W_eWFFIpwLk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "lemondedepaulmauriat", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/B0cTGdAhk9K5HvYR2ugpzqfZk3Y\"", "id": { "kind": "youtube#video", "videoId": "VvQ4XQ3IyTk" }, "snippet": { "publishedAt": "2017-02-21T04:05:40.000Z", "channelId": "UCjHXM_ca06R_rZzE6eqLNcQ", "title": "PAUL MAURIAT NOCTURNE", "description": "Description.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/VvQ4XQ3IyTk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/VvQ4XQ3IyTk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/VvQ4XQ3IyTk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "felixbautista", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/3DL1_2HtErlZCJhAon7WoZ9mfpU\"", "id": { "kind": "youtube#video", "videoId": "yReUbFbxCLM" }, "snippet": { "publishedAt": "2010-10-20T14:41:09.000Z", "channelId": "UCv9g1ARhnmQM1k0ukkzHO6Q", "title": "PAUL MAURIAT - Czardas Live In Osaka 1998 Sayonara Concert (HD)", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/yReUbFbxCLM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/yReUbFbxCLM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/yReUbFbxCLM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "ingoleg oleg", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/8fgebYStfmubp_Xc-hXjnzoZwhg\"", "id": { "kind": "youtube#video", "videoId": "wyg_t3lsGjw" }, "snippet": { "publishedAt": "2011-04-25T08:56:45.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Papillon (1974)", "description": "Album : Viens ce soir. Beautiful musical theme composed by Jerry Goldsmith for Franklin Schaffner's film. Vocal versions are performed by Nicoletta (\"Toi qui ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/wyg_t3lsGjw/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/wyg_t3lsGjw/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/wyg_t3lsGjw/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/UI8zC3oU5v4NTbD_x5BzSIOObkE\"", "id": { "kind": "youtube#video", "videoId": "yqXDKPsqPFE" }, "snippet": { "publishedAt": "2015-09-26T20:42:00.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Nagekidori (France 1987) [Full Album]", "description": "Paul Mauriat - Nagekidori (PHILIPS 832 715-1) Side A 1 L'oiseau blessé (Nagekidori) 00:00 2 Didn't we almost have it all 4:14 3 Camp fire 7:36 4 Back to ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/yqXDKPsqPFE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/yqXDKPsqPFE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/yqXDKPsqPFE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/KDKmbqsSEjHEV3sfIhfwRIAXyUw\"", "id": { "kind": "youtube#video", "videoId": "b_9YzzwBUbg" }, "snippet": { "publishedAt": "2011-01-02T12:09:20.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Alouette \"La peregrinacion\" (1968)", "description": "Album : Rain and tears. Original version by Gilles Dreu. The song is based on a title from \"Misa Criolla\", Ariel Ramirez's religious musical work. Album : Rain and ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/b_9YzzwBUbg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/b_9YzzwBUbg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/b_9YzzwBUbg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/AQB1Xw8Sp3RPiMyJjC6cDstvbrU\"", "id": { "kind": "youtube#video", "videoId": "sMyj9e2qOc0" }, "snippet": { "publishedAt": "2009-06-07T02:57:27.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - La paloma (1974)", "description": "Album : Viens ce soir. Popular spanish song, performed by many artists around the world. Album : Viens ce soir. Célèbre chanson espagnole interprétée entre ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/sMyj9e2qOc0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/sMyj9e2qOc0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/sMyj9e2qOc0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4i46tDD4D-ihPzatF-2MlKINg7M\"", "id": { "kind": "youtube#video", "videoId": "0xSc7Wbp5w8" }, "snippet": { "publishedAt": "2011-02-01T18:05:52.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Perfidia (1968)", "description": "Album : Viva Mauriat. Popular Mexican song, recorded by many artists. Album : Viva Mauriat. Célèbre chanson mexicaine interprétée par un grand nombre ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/0xSc7Wbp5w8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/0xSc7Wbp5w8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/0xSc7Wbp5w8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/7mB-e7DqW35VM7BolOVqlEWizSs\"", "id": { "kind": "youtube#video", "videoId": "0MaFS8MwHsk" }, "snippet": { "publishedAt": "2012-11-20T15:43:45.000Z", "channelId": "UCuoVwY0kIqlLc2vf1iYNroQ", "title": "Paul Mauriat - Mon credo (1966)", "description": "Song composed by Paul Mauriat and originally performed by Mireille Mathieu. Here, you can find the original Mathieu´s version: ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/0MaFS8MwHsk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/0MaFS8MwHsk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/0MaFS8MwHsk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Cantabric Sea", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/6Zafts-AD8BDoXY2d7cOG1ARbeA\"", "id": { "kind": "youtube#video", "videoId": "HrRvnV6rouQ" }, "snippet": { "publishedAt": "2013-08-05T19:57:46.000Z", "channelId": "UCD9hldgPyvzWLQ2NS3NTauA", "title": "Paul Mauriat - Perfidia - Latin Nights", "description": "From the excellent 1968 LP, Latin Nights -uploaded in HD at http://www.TunesToTube.com.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/HrRvnV6rouQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/HrRvnV6rouQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/HrRvnV6rouQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "In-Flight Entertainment", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/3iz2o_dx-orgpzUT3bnBWnR2KF0\"", "id": { "kind": "youtube#video", "videoId": "Xh-8BkhMSa4" }, "snippet": { "publishedAt": "2013-02-07T22:28:20.000Z", "channelId": "UCU2aLBaXb_-J7NhOOOLsL2g", "title": "아리랑 (Arirang) / 폴 모리아 (Paul Mauriat)", "description": "아리랑 (Arirang) / 폴 모리아 (Paul Mauriat). 아리랑 (Arirang) 폴 모리아 (Paul Mauriat)는 프랑스 팝 오케스트라의 지휘자로서 널리 알려졌으며, 그의 악단과...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Xh-8BkhMSa4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Xh-8BkhMSa4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Xh-8BkhMSa4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "버들", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/rsuSMXeWPuAHH_Vlqf8Lpkw3IoU\"", "id": { "kind": "youtube#video", "videoId": "GrSlIVMTGrk" }, "snippet": { "publishedAt": "2008-05-27T21:50:29.000Z", "channelId": "UC6yFRgbz-yuAQix8nTmP48A", "title": "Je ne pourrais jamais t'oublier (Paul Mauriat) / nunca te podré olvidar / I'll never forget you", "description": "This thoughts seem to go with the song. A clasic of Mauriat. http://all4unity.webs.com.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/GrSlIVMTGrk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/GrSlIVMTGrk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/GrSlIVMTGrk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "SMAC", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/30py7smaqySKBdFkSscLxXFfXaw\"", "id": { "kind": "youtube#video", "videoId": "5dVhwt9_kP4" }, "snippet": { "publishedAt": "2015-03-19T08:34:48.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat Vol.18 (Venezuela 1972) [Full Album]", "description": "Paul Mauriat Vol.18 (PHILIPS 40.001) Side A 1 Un banc, un arbre, une rue (Un banco, un árbol, una calle) 00:00 2 Le voyou (El pillo) 3:19 3 Il cuore è uno ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/5dVhwt9_kP4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/5dVhwt9_kP4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/5dVhwt9_kP4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/2ywcI8Ws3u_nLpisrWKm9cVHWY8\"", "id": { "kind": "youtube#video", "videoId": "7yesKg3zyo0" }, "snippet": { "publishedAt": "2016-10-04T08:35:53.000Z", "channelId": "UCRhB-qQjcTHDwCw1yEWJYgA", "title": "폴 모리아(Paul Mauriat) 연주모음 Vol - 1: Arirang (아리랑), 돌아와요 부산항에, Isadora (이사도라) 外20곡", "description": "조금씩 작은 단위로 분산되어 있는 폴모리아 노래를 크게 3파트로 묶었습니다. 폴 모리아(Paul Mauriat) 연주모음 Vol - 1 01. Arirang (아리랑) [00:00]...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/7yesKg3zyo0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/7yesKg3zyo0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/7yesKg3zyo0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "송터럭", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/F2sgbeIe6EljmfErPMu6OtLUsI4\"", "id": { "kind": "youtube#video", "videoId": "Hrw5WniI3jE" }, "snippet": { "publishedAt": "2008-10-25T11:24:56.000Z", "channelId": "UCxkjPWr6KvnziRDzpiyQqFQ", "title": "Aranjuez Mon Amour - Paul Mauriat", "description": "Un paseo por Aranjuez - Madrid (España)", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Hrw5WniI3jE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Hrw5WniI3jE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Hrw5WniI3jE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "lamariblanca", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/zF-v3HAnjVt9_qAhG_5svGHC6h4\"", "id": { "kind": "youtube#video", "videoId": "Ko-YtAnxgl0" }, "snippet": { "publishedAt": "2010-05-29T11:17:37.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Pulstar (1977)", "description": "Album : C'est la vie. Composed and performed initially by Vangelis. Album : C'est la vie. Version originale interprétée par Vangelis.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Ko-YtAnxgl0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Ko-YtAnxgl0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Ko-YtAnxgl0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } } ] }, "CJYBEAA": { "kind": "youtube#searchListResponse", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/yk_nZ6oSgQwfZvAQ9cz7b5sA8Dg\"", "nextPageToken": "CMgBEAA", "prevPageToken": "CJYBEAE", "regionCode": "VN", "pageInfo": { "totalResults": 340827, "resultsPerPage": 50 }, "items": [ { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/FGozzQFp1P5V95kqvJzvIga3XxQ\"", "id": { "kind": "youtube#video", "videoId": "p9y8CQ1bDwI" }, "snippet": { "publishedAt": "2007-10-30T04:03:16.000Z", "channelId": "UCh08ykbYS_vzNu7lRfUO6RQ", "title": "Paul Mauriat - Melancolie Melody Lady", "description": "Nostalji Fırtınası.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/p9y8CQ1bDwI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/p9y8CQ1bDwI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/p9y8CQ1bDwI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "aleynadark", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/K8urxKXviZ5OAqtFw-9oG9quYYo\"", "id": { "kind": "youtube#video", "videoId": "IxdeLGZw4xI" }, "snippet": { "publishedAt": "2008-01-01T09:39:51.000Z", "channelId": "UCYdl1OWil2neHWjaPAaly4Q", "title": "Paul Mauriat Prelude 59", "description": "Live in Tokyo 1981.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/IxdeLGZw4xI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/IxdeLGZw4xI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/IxdeLGZw4xI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Johnny Tien", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Y6NMWNeqH3AlM-T-2xuStOl2CT0\"", "id": { "kind": "youtube#video", "videoId": "aLfBCK1Cf7Q" }, "snippet": { "publishedAt": "2009-05-26T13:06:11.000Z", "channelId": "UCBxEHC1YfAtxvDUj75XFIlg", "title": "Paul Mauriat La Boheme", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/aLfBCK1Cf7Q/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/aLfBCK1Cf7Q/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/aLfBCK1Cf7Q/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Cornel Banica", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Qu_EsEv6yHub2Yl-fKQhfXyNRtI\"", "id": { "kind": "youtube#video", "videoId": "kGY2j_9qGLA" }, "snippet": { "publishedAt": "2011-11-28T19:03:52.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Concerto d'Aranjuez (1967)", "description": "Album : N°6. Based on the 2nd movement from Joaquin Rodrigo's famous guitar concerto. Album : N°6. Adaptation du 2e mouvement du célèbre concerto pour ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/kGY2j_9qGLA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/kGY2j_9qGLA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/kGY2j_9qGLA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/HSnMnbjaKuDQRFAYQGV_qY6iqqU\"", "id": { "kind": "youtube#video", "videoId": "MOv9j1Zup4c" }, "snippet": { "publishedAt": "2010-05-09T03:34:03.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Besame mucho (1976)", "description": "Album : Il était une fois nous deux. Famous Mexican song performed by Dean Martin, The Beatles, Dalida... just to name a few Album : Il était une fois nous deux.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/MOv9j1Zup4c/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/MOv9j1Zup4c/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/MOv9j1Zup4c/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/7KoSRm0q8oEvdq14_OL5CxPwB4U\"", "id": { "kind": "youtube#video", "videoId": "0jUedhzf7nM" }, "snippet": { "publishedAt": "2015-08-08T11:42:58.000Z", "channelId": "UCSDXyYStbx3sWiI2_hJX53A", "title": "Paul Mauriat - The Best Of Paul Mauriat (Vol.3)", "description": "曲名 ** 0:00:00_ 01. Careless Whisper 0:03:38_ 02. I Just Called To Say I Love You 0:07:26_ 03. That's What Friends Are For 0:10:29_ 04. Wonderful World ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/0jUedhzf7nM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/0jUedhzf7nM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/0jUedhzf7nM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "1947yamasan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/qM8lUd1xo3ia58v-Q_01uSZwdqo\"", "id": { "kind": "youtube#video", "videoId": "UmBZp7PvAxA" }, "snippet": { "publishedAt": "2011-01-11T10:49:32.000Z", "channelId": "UCMfYEwWk5AeicujSqI1xo7g", "title": "エーゲ海の真珠/ポールモーリア Penelope /Paul Mauriat", "description": "Penelope /Paul Mauriat.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/UmBZp7PvAxA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/UmBZp7PvAxA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/UmBZp7PvAxA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Fracoco", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/CNpP-G-5woFo8lakzqvpmzXy-MI\"", "id": { "kind": "youtube#video", "videoId": "WFyfvvfUDBk" }, "snippet": { "publishedAt": "2011-01-23T13:08:25.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Love story (1971)", "description": "Album : Un banc, un arbre, une rue. Beautiful song from Arthur Hiller's film, also kwown as \"Where do I begin\". Preformed originally by Andy Williams and ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/WFyfvvfUDBk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/WFyfvvfUDBk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/WFyfvvfUDBk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/AsoG_DkOnlfn8JZZsYe69zUSmSE\"", "id": { "kind": "youtube#video", "videoId": "iKQRkGvV2pY" }, "snippet": { "publishedAt": "2008-03-24T23:52:17.000Z", "channelId": "UCDT9Zg0mzo8Zs2G1vsDOGJw", "title": "Paul Mauriat ~ ' This Is My Song' .... in Stereo", "description": "A fine instrumental version of the famous song written by Charlie Chaplin.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/iKQRkGvV2pY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/iKQRkGvV2pY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/iKQRkGvV2pY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BladeSteve2007", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/71xMPuoLlpZzoyQkEo5xG_PYjBM\"", "id": { "kind": "youtube#video", "videoId": "vrMfyA-A5QA" }, "snippet": { "publishedAt": "2012-05-01T12:52:14.000Z", "channelId": "UCfipXC9OtAyLPA6V36GBEow", "title": "Paul Mauriat & James Last - Moscow Nights", "description": "Music Is What Feelings Sound Like ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/vrMfyA-A5QA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/vrMfyA-A5QA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/vrMfyA-A5QA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Moustafa Muhammad", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/EPDTB-h228loBM4HFoSYQF2vqc8\"", "id": { "kind": "youtube#video", "videoId": "FdH8JhUBW8E" }, "snippet": { "publishedAt": "2010-01-17T12:01:22.000Z", "channelId": "UCDPWqcF2gBIaTUfD_C19fkQ", "title": "Paul Mauriat La Traviata", "description": "Sayonara Concert live in Osaka Festival Hall.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/FdH8JhUBW8E/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/FdH8JhUBW8E/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/FdH8JhUBW8E/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marcelo ferrari de almeida camargo", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/LxdPvYiIiW98i1tQx4wSXf4PY6Y\"", "id": { "kind": "youtube#video", "videoId": "qHNaRrShAuQ" }, "snippet": { "publishedAt": "2012-01-31T18:35:23.000Z", "channelId": "UCzurEO7fczNBKfaQd6gXdww", "title": "Paul Mauriat - Anonimo Veneziano", "description": "another beautiful nostalgic track by Paul Mauriat i hope you enjoy it.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/qHNaRrShAuQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/qHNaRrShAuQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/qHNaRrShAuQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "candlepeace", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/7kaus6DurHLxQ08_hnD6xB-VYzE\"", "id": { "kind": "youtube#video", "videoId": "CCr0jwyq2tk" }, "snippet": { "publishedAt": "2013-04-21T01:25:04.000Z", "channelId": "UCmCtx0J5aak6Lwa7OXyzpAg", "title": "PAUL MAURIAT - SERENADE - SCHUBERT - LIVE (HQ-856X480)", "description": "PAUL MAURIAT - SERENADE - FRANZ SCHUBERT - LIVE (HQ-856X480) Franz Peter Schubert ( 31 January 1797 -- 19 November 1828) was an Austrian ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/CCr0jwyq2tk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/CCr0jwyq2tk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/CCr0jwyq2tk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Paulinho Getulio", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/GLY5ZgEdOwusWT_JOzfE6ygxOPE\"", "id": { "kind": "youtube#video", "videoId": "XB_G68H67hY" }, "snippet": { "publishedAt": "2013-06-23T15:40:41.000Z", "channelId": "UCgLJwdLFd2pg0NgoJH4cYeg", "title": "Paul Mauriat - Love Is Blue.", "description": "From My Home Oldies Collection. Paul Mauriat - Love Is Blue.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/XB_G68H67hY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/XB_G68H67hY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/XB_G68H67hY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Peter Johnson", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/iEUwvgkNnakOXakhKF0LbTZ4Wfs\"", "id": { "kind": "youtube#video", "videoId": "FskoVYBrxgE" }, "snippet": { "publishedAt": "2015-03-17T07:09:08.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Vole Vole Farandole (France 1969) [Full Album]", "description": "Paul Mauriat - Vole Vole Farandole (PHILIPS 844 985) Side A 1 L'orage \"La pioggia\" 00:00 2 Aquarius 2:30 3 Sayonara 5:02 4 Goodbye 7:37 5 Serenade to ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/FskoVYBrxgE/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/FskoVYBrxgE/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/FskoVYBrxgE/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Wwn-UlYVdiJbxAocR7scONxwPwI\"", "id": { "kind": "youtube#video", "videoId": "68g2SBopkO4" }, "snippet": { "publishedAt": "2015-07-15T14:09:42.000Z", "channelId": "UCUeI3W2bOysyZ8HDHK-PU5A", "title": "PAUL MAURIAT - CLASSICS IN THE AIR 2 [HQ]", "description": "(C) 1986.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/68g2SBopkO4/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/68g2SBopkO4/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/68g2SBopkO4/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Sofia Elvira", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/q6PF42Yel1Q4TtFlB-L868E3BUw\"", "id": { "kind": "youtube#video", "videoId": "awYzhON5-Bk" }, "snippet": { "publishedAt": "2012-03-17T17:18:03.000Z", "channelId": "UC7MysG8ZksIuDdtff5fu89Q", "title": "romance de amor Paul Mauriat", "description": "O melhor da musica instrumental.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/awYzhON5-Bk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/awYzhON5-Bk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/awYzhON5-Bk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Silvio c.de paula", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/k5PsCYAzWbQ53n2vvoJrsUc8F-4\"", "id": { "kind": "youtube#video", "videoId": "waHlr7mkQ4c" }, "snippet": { "publishedAt": "2009-10-23T16:57:55.000Z", "channelId": "UCFW7zMMtWgBfYvQ6SHb7Cog", "title": "Paul Mauriat - Memory", "description": "video de paul mauriat de memory, póngan comentario y 5 estrellitas n_n (Los derechos son reservados a la respectiva compañia UMG productora musical)", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/waHlr7mkQ4c/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/waHlr7mkQ4c/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/waHlr7mkQ4c/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Giorgio Pinto Hernández", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/nvjJ8qKBFWDQXunGcPBiNAoH9Bo\"", "id": { "kind": "youtube#video", "videoId": "13IrKIUoAjQ" }, "snippet": { "publishedAt": "2010-03-28T20:02:36.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Malaguena (1975)", "description": "Album : En Espana. The song comes from the \"Suite Andalucia\", composed by E. Lecuona. A second arrangement was recorded in 1989 for the album \"Iberia\".", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/13IrKIUoAjQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/13IrKIUoAjQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/13IrKIUoAjQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/9avXl7yUneDU_Nj3K2wTb0TaNaA\"", "id": { "kind": "youtube#video", "videoId": "R_3yyQuoh9o" }, "snippet": { "publishedAt": "2008-11-30T16:01:11.000Z", "channelId": "UCUXj-0RnrCK39ExE2eG50Kg", "title": "Paul Mauriat - Inch Allah", "description": "Paul Mauriat - Inch Allah 1967 con transición de imágenes de paisajes naturales.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/R_3yyQuoh9o/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/R_3yyQuoh9o/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/R_3yyQuoh9o/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marceletor", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/N9R9dgDuwY0PKrObQZGzMLZZK4Q\"", "id": { "kind": "youtube#video", "videoId": "KvG04EsrTLY" }, "snippet": { "publishedAt": "2010-05-16T03:29:09.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Aquarius (1969)", "description": "Album : Vole vole farandole. The song comes from the musical \"Hair\" and has been recorded by many artists. Album : Vole vole farandole. Titre à succès de la ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/KvG04EsrTLY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/KvG04EsrTLY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/KvG04EsrTLY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/m6wG6C92XzfB8bIWC-hFr3jiZ-M\"", "id": { "kind": "youtube#video", "videoId": "epsCFW3AlAg" }, "snippet": { "publishedAt": "2009-10-04T10:48:03.000Z", "channelId": "UC6k3eiG__YYC9HpQw2SXtbA", "title": "Paul Mauriat - TOCCATA 涙のトッカータ", "description": "1973年のアルバム「ラスト・タンゴ・イン・パリ」より.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/epsCFW3AlAg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/epsCFW3AlAg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/epsCFW3AlAg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "ufrp136", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/uU4DD5LX3Wn9Troy1DJzH65t1g8\"", "id": { "kind": "youtube#video", "videoId": "lrNsPOa0US0" }, "snippet": { "publishedAt": "2008-04-13T23:31:30.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Brasilia Carnaval", "description": "Brasilia Carnaval.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/lrNsPOa0US0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/lrNsPOa0US0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/lrNsPOa0US0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/HGJ0xk6ykXNv1Yz2UveeFW2YKr4\"", "id": { "kind": "youtube#video", "videoId": "M0QxwuuK_B0" }, "snippet": { "publishedAt": "2010-05-10T22:38:30.000Z", "channelId": "UCsubQdsJXIEY13CXXmLzRuQ", "title": "My Choice 477 - Paul Mauriat: Somethin' Stupid", "description": "\"Somethin' Stupid\" is a song written by C. Carson Parks and originally recorded in 1966 by Parks and his wife Gail Foote, as \"Carson and Gaile\". It is best known ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/M0QxwuuK_B0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/M0QxwuuK_B0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/M0QxwuuK_B0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "malpen04", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ZLi_QGt4p1XSg4rAvhRjlQ7zdQw\"", "id": { "kind": "youtube#video", "videoId": "4Vp1zvvatF0" }, "snippet": { "publishedAt": "2015-03-17T09:54:00.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - L'été Indien (France 1975) [Full Album]", "description": "Paul Mauriat - L'été Indien (PHILIPS 9101 017) Side A 1 Brasilia carnaval 00:00 2 L'été Indien \"Africa\" 2:46 3 Mélisa 6:17 4 C'est mieux comme ça 9:12 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4Vp1zvvatF0/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4Vp1zvvatF0/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4Vp1zvvatF0/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/RaWz6w_hW4Ja_Okry3TyNFJySlM\"", "id": { "kind": "youtube#video", "videoId": "gT3urU3HB80" }, "snippet": { "publishedAt": "2015-03-18T20:50:17.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Prestige de Paris (France 1966) [Full Album]", "description": "Paul Mauriat - Prestige de Paris (PHILIPS 842 142) Side A 1 C'est si bon 00:00 2 Sous les ponts de Paris 2:49 3 La vie en rose 5:35 4 Moulin-Rouge 8:01 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/gT3urU3HB80/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/gT3urU3HB80/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/gT3urU3HB80/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/Fxc_dPQTcwCZcyU4a8o3BP3jfIQ\"", "id": { "kind": "youtube#video", "videoId": "CuPLN79gisg" }, "snippet": { "publishedAt": "2015-03-19T19:31:26.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Rhythm & Blues (France 1968) [Full Album]", "description": "Paul Mauriat - Rhythm & Blues (PHILIPS 844 737) Side A 1 Respect 00:00 2 Unchain my heart 2:31 3 I've been loving you too long 5:27 4 Natural woman 9:03 5 ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/CuPLN79gisg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/CuPLN79gisg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/CuPLN79gisg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/H_L0QSmIKBK0QK2n3q5HZDjSURQ\"", "id": { "kind": "youtube#video", "videoId": "P82zXDt2pRI" }, "snippet": { "publishedAt": "2015-03-19T16:10:11.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Retalhos de cetim (Japan 1974) [Full Album]", "description": "Paul Mauriat - Retalhos de cetim (PHILIPS SFX-6002 / PM-19) Side A 1 O show já terminou (ショウの終りに) 00:00 2 Teimosa (熱いそよ風) 2:38 3 Folhas secas ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/P82zXDt2pRI/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/P82zXDt2pRI/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/P82zXDt2pRI/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4-D_GNVOnuCF9Ev0pkTF6yMzbgw\"", "id": { "kind": "youtube#video", "videoId": "86V72kz3LCM" }, "snippet": { "publishedAt": "2015-03-12T22:44:13.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat - Last Summer Day (Japan 1972) [Full Album]", "description": "Paul Mauriat - Last Summer Day (PHILIPS SFX-5040) Side A 1 Last summer day \"Adieu l'été, adieu la plage\" (渚の別れ) 00:00 2 Ebb tide (ひき潮) 2:49 3 Quand ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/86V72kz3LCM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/86V72kz3LCM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/86V72kz3LCM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/M5Gh2Bf_XGyfmc7UguVRVdxlNEM\"", "id": { "kind": "youtube#video", "videoId": "Ql_VPeRacVY" }, "snippet": { "publishedAt": "2013-10-05T10:03:16.000Z", "channelId": "UCx3EfUWDN9FqCO9jnHdpz0g", "title": "Paul Mauriat - The Pearl Fishers", "description": "Follow Us On Facebook https://www.facebook.com/romanticmusicarea2/ ❤ Composer Georges Bizet.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Ql_VPeRacVY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Ql_VPeRacVY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Ql_VPeRacVY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Hülya Ünalmış Video Creations", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/_BhkCxL6dfwL79zuibJk23uMXlc\"", "id": { "kind": "youtube#video", "videoId": "L_paCKZHs5c" }, "snippet": { "publishedAt": "2010-10-17T12:08:09.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Après toi (1972)", "description": "Album : Après toi. Winning song of the Eurovision Song Contest, performed by Vicky Leandros. Album : Après toi. Chanson gagnante du Concours Eurovision, ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/L_paCKZHs5c/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/L_paCKZHs5c/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/L_paCKZHs5c/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ozxU1ARGlrigjJuZGPdivREsiK4\"", "id": { "kind": "youtube#video", "videoId": "o3LTwdFqe5I" }, "snippet": { "publishedAt": "2015-10-14T20:23:22.000Z", "channelId": "UC2CfCTSvdRIQ7OnGsCjIcFA", "title": "Paul Mauriat '84 - Olive Tree 橄欖樹 (Taiwan 1984) [Full Album]", "description": "Paul Mauriat '84 - Olive tree 橄欖樹 (PHILIPS 822 263-1) Side A 1 Olive tree (橄欖樹) 00:00 2 I like Chopin 3:07 3 Thriller 6:52 4 Say say say 11:18 5 The seven ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/o3LTwdFqe5I/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/o3LTwdFqe5I/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/o3LTwdFqe5I/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "王志仁", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/EjEBWt-dcJlDa4vLXdNfWM-8kRU\"", "id": { "kind": "youtube#video", "videoId": "Tf6eYWTzFgM" }, "snippet": { "publishedAt": "2011-07-26T10:08:41.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Plaine, ma plaine (1965)", "description": "Album : Russie de toujours. Famous russian folk song, also known as \"Meadowland\". Album : Russie de toujours. Célèbre chant révolutionnaire russe, repris par ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Tf6eYWTzFgM/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Tf6eYWTzFgM/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Tf6eYWTzFgM/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/JXk8YuLh2WugDGOPngl65qg098E\"", "id": { "kind": "youtube#video", "videoId": "e-fdlvam8hc" }, "snippet": { "publishedAt": "2012-08-01T15:12:03.000Z", "channelId": "UCuoVwY0kIqlLc2vf1iYNroQ", "title": "Paul Mauriat - Un homme et une femme (1966)", "description": "Un homme et une femme\" (in english \"A man and a woman\") is a 1966 french film written and directed by Claude Lelouch and starring Anouk Aimée and ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/e-fdlvam8hc/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/e-fdlvam8hc/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/e-fdlvam8hc/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Cantabric Sea", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/gY663_7cQ2XeZsexiaM65u8Ybco\"", "id": { "kind": "youtube#video", "videoId": "_EYu3HNGG1c" }, "snippet": { "publishedAt": "2008-05-19T15:55:16.000Z", "channelId": "UCoRXdXcYuoyNB4oBsvUNFSw", "title": "Song For Anna - Paul Mauriat", "description": "Instrumental.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/_EYu3HNGG1c/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/_EYu3HNGG1c/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/_EYu3HNGG1c/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Jokarilon", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/g_3PANq1Ehheskf3DYCGD9X6aCA\"", "id": { "kind": "youtube#video", "videoId": "eX1x_KTKbP8" }, "snippet": { "publishedAt": "2011-04-20T20:00:30.000Z", "channelId": "UC4XFhNSbXEdDNRy17jWWAxg", "title": "Romance de amor // Paul Mauriat", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/eX1x_KTKbP8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/eX1x_KTKbP8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/eX1x_KTKbP8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Lucie Raymond", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/P8Gh_0VVL6IHgJD0SFaQ5-NpY1g\"", "id": { "kind": "youtube#video", "videoId": "vRvfPQ05xsQ" }, "snippet": { "publishedAt": "2017-04-24T06:57:28.000Z", "channelId": "UCdaAdc4yOO_nBD5eQVfn9WA", "title": "恋はみずいろ (45) - Paul Mauriat (HD)", "description": "恋はみずいろ l`amour est Bleu [E・S・S・S・シリーズ 45回転盤] 日本ビクター(1968) PHILIPS 45r.p.m STEREO 45X-104 ---------------------------------------...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/vRvfPQ05xsQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/vRvfPQ05xsQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/vRvfPQ05xsQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Kim chan", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/ot9ThvifenO6mf1GJ3RVeT0cVKg\"", "id": { "kind": "youtube#video", "videoId": "MQ3E2cU_5Tk" }, "snippet": { "publishedAt": "2015-01-18T20:08:05.000Z", "channelId": "UCnNwLyh3XM0MOUlINyMR0tQ", "title": "Paul Mauriat - Les Parapluies De Cherbourg", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/MQ3E2cU_5Tk/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/MQ3E2cU_5Tk/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/MQ3E2cU_5Tk/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Platinus Music", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/2qUUcg4K131hp_wzYU9ZVuF0xZE\"", "id": { "kind": "youtube#video", "videoId": "ZWKX4zXP5Qg" }, "snippet": { "publishedAt": "2015-05-17T17:19:36.000Z", "channelId": "UC_J8084uAd-i167oH7r_tkA", "title": "Paul Mauriat San Francisco", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ZWKX4zXP5Qg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ZWKX4zXP5Qg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ZWKX4zXP5Qg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Sami Tom", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/OwZXbD0OZGzj2QKK5uEk7GlxbBk\"", "id": { "kind": "youtube#video", "videoId": "g8UfkR2H8mQ" }, "snippet": { "publishedAt": "2008-08-30T23:15:18.000Z", "channelId": "UCj59TGsFzhuDs8Vv41myjVw", "title": "Paul Mauriat ~ Les Deux Guitares ~ Oksana Rus", "description": "Videography by Oksana Rus (www.oksana-rus.com) • Photography by various artists.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/g8UfkR2H8mQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/g8UfkR2H8mQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/g8UfkR2H8mQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "Artist Oksana Rus", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/56a_reOtQTC-Pg4WTv1-y6CvT80\"", "id": { "kind": "youtube#video", "videoId": "uPUf-P-gULc" }, "snippet": { "publishedAt": "2008-03-25T21:57:16.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Paris Musette", "description": "Paris Musette.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/uPUf-P-gULc/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/uPUf-P-gULc/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/uPUf-P-gULc/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/0EVZGr6nuSV2UjwTaSWstK03UeY\"", "id": { "kind": "youtube#video", "videoId": "II5yIzAQUxs" }, "snippet": { "publishedAt": "2011-04-04T17:38:23.000Z", "channelId": "UCpZOtJQzniKDEa4LNQf6R2A", "title": "Paul Mauriat - Those were the days (1968)", "description": "Album : Cent mille chansons. Original version by Mary Hopkin. Album : Cent mille chansons. Version originale interprétée par Mary Hopkin, reprise ensuite par ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/II5yIzAQUxs/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/II5yIzAQUxs/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/II5yIzAQUxs/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "BoyfromParis", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/S6JqFzi2R82poXqBqvfgDXtUH1c\"", "id": { "kind": "youtube#video", "videoId": "4NMCvOtd8oY" }, "snippet": { "publishedAt": "2008-03-21T03:54:32.000Z", "channelId": "UCgOKwtr4bEFTzn_DHwZ_-QQ", "title": "Paul Mauriat - Pegase", "description": "Pegase.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4NMCvOtd8oY/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4NMCvOtd8oY/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4NMCvOtd8oY/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "serge1232", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/_vSrDz8NNVc3Ucz7LqTZFdM2QbI\"", "id": { "kind": "youtube#video", "videoId": "OCseKIEHfV8" }, "snippet": { "publishedAt": "2016-07-28T12:42:11.000Z", "channelId": "UCqCgigpHYiR6adVFgEXnI2g", "title": "Paul Mauriat - Emotion ( Vertiges d'amour )", "description": "Thanks for watching and comments! ♥ All the best! I do not own any of the pictures that are used in this video. The images used remain the property of the ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/OCseKIEHfV8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/OCseKIEHfV8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/OCseKIEHfV8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "LiLoveLi", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/k1iOlS3vlI3UimRP2wh5SRv5G0c\"", "id": { "kind": "youtube#video", "videoId": "WOeXqubp8os" }, "snippet": { "publishedAt": "2009-09-16T00:33:07.000Z", "channelId": "UCPO_EJuYrpyF6Sv36z3znQg", "title": "paul mauriat - my reason", "description": "paul mauriat - my reason.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/WOeXqubp8os/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/WOeXqubp8os/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/WOeXqubp8os/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "elenavanelly", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4nqKDgpFm-WbWzdeLX-jrq45LAY\"", "id": { "kind": "youtube#video", "videoId": "ezozFeaeoB8" }, "snippet": { "publishedAt": "2011-07-12T14:01:52.000Z", "channelId": "UCiCNlbeJgSFM0Ku0tNJ3rqQ", "title": "Paul Mauriat - Song For Anna", "description": "", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/ezozFeaeoB8/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/ezozFeaeoB8/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/ezozFeaeoB8/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "H.Sagástegui.B", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/pcadNc_fHC6-oMz_pQvvyBdfHvM\"", "id": { "kind": "youtube#video", "videoId": "5MXiCkG-jXA" }, "snippet": { "publishedAt": "2009-07-26T02:11:58.000Z", "channelId": "UCHudI0UAr9y2UCDDDoQZ2Dw", "title": "Paul Mauriat - Copacabana", "description": "La playa de Copacabana una de las playas mas famosas del mundo se encuentra en Río de Janeiro. Se trata de una playa de 5 kilómetros de longitud. Pero en ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/5MXiCkG-jXA/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/5MXiCkG-jXA/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/5MXiCkG-jXA/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "lince180", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/AxELb0piX7VhAuUVhLbHb-Kj8QA\"", "id": { "kind": "youtube#video", "videoId": "4wioXvhjU80" }, "snippet": { "publishedAt": "2013-04-29T00:14:28.000Z", "channelId": "UCbfEcrteEqWWUjWWugdiqAg", "title": "Paul Mauriat Je t'aime moi non plus", "description": "Paul Mauriat Je t'aime moi non plus.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/4wioXvhjU80/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/4wioXvhjU80/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/4wioXvhjU80/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "ivan a zamorano labbe", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/RkobLIRqAMw6MRG2W1tYjcAAXGg\"", "id": { "kind": "youtube#video", "videoId": "Pt2UR4y0mxg" }, "snippet": { "publishedAt": "2016-10-16T05:05:35.000Z", "channelId": "UCO0xBdUlFl2YuM-499d0SQw", "title": "Paul Mauriat Franck Pourcel Billy Vaughn Nini Rosso HD", "description": "Paul Mauriat - Je T Aime Moi Non Plus 0:00 Paul Mauriat - La Decadanse 3:08 Paul Mauriat - Merci Cherie 6:34 Paul Mauriat - Monia 9:27 Paul Mauriat - My ...", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/Pt2UR4y0mxg/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/Pt2UR4y0mxg/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/Pt2UR4y0mxg/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "MARCOS BENETOLI", "liveBroadcastContent": "none" } }, { "kind": "youtube#searchResult", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/g5rjUFnYYIMKoqGigUKTzf7L9Eo\"", "id": { "kind": "youtube#video", "videoId": "0qQwW7ogqVQ" }, "snippet": { "publishedAt": "2008-11-25T12:53:54.000Z", "channelId": "UCUXj-0RnrCK39ExE2eG50Kg", "title": "Paul Mauriat - Delilah", "description": "Paul Mauriat - Delilah 1968.", "thumbnails": { "default": { "url": "https://i.ytimg.com/vi/0qQwW7ogqVQ/default.jpg", "width": 120, "height": 90 }, "medium": { "url": "https://i.ytimg.com/vi/0qQwW7ogqVQ/mqdefault.jpg", "width": 320, "height": 180 }, "high": { "url": "https://i.ytimg.com/vi/0qQwW7ogqVQ/hqdefault.jpg", "width": 480, "height": 360 } }, "channelTitle": "marceletor", "liveBroadcastContent": "none" } } ] } } }
5. Go to the folder C:\xampp\htdocs\v3
Click the file "search-save-json.html"
Replace the address "file:///C:/xampp/htdocs/v3/search-save-json.html"
with "localhost/v3/search-save-json.html".
Press the keyboard button "End" then press "Enter".
6. Load
- Click the radio button "the same folder"
- Click LOAD obj_paul-mauriat_200.js
- Click the button Load
- Click the button PAGE (found in the header).
This button sinks down, waiting for it to rise and then press again.
Just do it many times until the caption "PAGE" of the button changes to "STOP".
7. Play
- Click any video title to start watching video clips continuously.
When you meet a video playlist (marked with a red PL), all the clips in that playlist will be played in turn.
- If you want to watch to only one clip (the last) of playlist, please click the PLlist Last button.
8. Search
For example, if you want to find "Romantic guitar" with 100 clips, do the following
- Click the link Romantic Guitar
- Click the S100 button
- Wait until the number in "Found" increases and equal to the number in "Total".
The clips found are added to the control panel.
9. Save
- Click the button JSON array min all to convert the content of control panel into a javascript array of the form:
info = [..., ..., ...]
Because this array is created by using the funtion JSON.stringify() if the variable info = is cleared the rest will become the content of a JSON file.
- Click the green button SAVE
- Goto the folder "... Download", find the saved file "arr-min_romantic-guitar_299.js",
Cut it and paste it to the folder where the file "search-save-json.html" is placed (C:\xampp\htdocs\v3)
- Finally open the html source code, find the div id="pcjs" and add following lines:
<a href="#" onclick="selectText('arr-min_romantic-guitar_299.js');return false">
LOAD:</a> arr-min_romantic-guitar_299.js<br>
NOTE
This html can generate 4 types of files with filenames like this:
obj_filename_itemsNumber.js
obj-min_filename_itemsNumber.js
arr-min_filename_itemsNumber.js
arr-min-select_filename_itemsNumber.js
Only files like this can be loaded into the "searh-save-json.html" web page to view.