in
-
- inline CSS
+
+ inline CSS
diff --git a/lib/offendersHelpers.js b/lib/offendersHelpers.js
index fc4fef5..482deaf 100644
--- a/lib/offendersHelpers.js
+++ b/lib/offendersHelpers.js
@@ -207,24 +207,31 @@ var OffendersHelpers = function() {
};
this.orderByFile = function(offenders) {
- var byFile = {};
+ var byFileObj = {};
offenders.forEach(function(offender) {
var file = offender.file || 'Inline CSS';
delete offender.file;
- if (!byFile[file]) {
- byFile[file] = {
+ if (!byFileObj[file]) {
+ byFileObj[file] = {
+ url: file,
count: 0,
offenders: []
};
}
- byFile[file].count ++;
- byFile[file].offenders.push(offender);
+ byFileObj[file].count ++;
+ byFileObj[file].offenders.push(offender);
});
- return {byFile: byFile};
+ // Transform object into array
+ var byFileArray = [];
+ for (var file in byFileObj) {
+ byFileArray.push(byFileObj[file]);
+ }
+
+ return {byFile: byFileArray};
};
};
diff --git a/test.json b/test.json
new file mode 100644
index 0000000..e3b3670
--- /dev/null
+++ b/test.json
@@ -0,0 +1,143985 @@
+{
+ "params": {
+ "url": "http://pluzz.francetv.fr",
+ "options": {
+ "device": "desktop",
+ "waitForSelector": null,
+ "proxy": null,
+ "cookie": null,
+ "authUser": null,
+ "authPass": null
+ }
+ },
+ "toolsResults": {
+ "phantomas": {
+ "generator": "phantomas v1.18.0",
+ "url": "http://pluzz.francetv.fr/",
+ "metrics": {
+ "requests": 184,
+ "gzipRequests": 43,
+ "postRequests": 0,
+ "httpsRequests": 13,
+ "notFound": 0,
+ "bodySize": 626901,
+ "contentLength": 804536,
+ "httpTrafficCompleted": 29064,
+ "timeToFirstByte": 2137,
+ "timeToLastByte": 2174,
+ "cssParsingErrors": 0,
+ "cssInlineStyles": 0,
+ "htmlCount": 36,
+ "htmlSize": 104550,
+ "cssCount": 5,
+ "cssSize": 115521,
+ "jsCount": 41,
+ "jsSize": 262927,
+ "jsonCount": 0,
+ "jsonSize": 0,
+ "imageCount": 66,
+ "imageSize": 275221,
+ "videoCount": 0,
+ "videoSize": 0,
+ "webfontCount": 1,
+ "webfontSize": 21240,
+ "base64Count": 1,
+ "base64Size": 37,
+ "otherCount": 35,
+ "otherSize": 25077,
+ "cacheHits": 9,
+ "cacheMisses": 1,
+ "cachePasses": 0,
+ "cachingNotSpecified": 16,
+ "cachingTooShort": 23,
+ "cachingDisabled": 41,
+ "oldCachingHeaders": 236,
+ "consoleMessages": 2,
+ "cookiesSent": 0,
+ "cookiesRecv": 26695,
+ "domainsWithCookies": 35,
+ "documentCookiesLength": 245,
+ "documentCookiesCount": 9,
+ "documentHeight": 2953,
+ "commentsSize": 176,
+ "whiteSpacesSize": 1025,
+ "DOMelementsCount": 1950,
+ "DOMelementMaxDepth": 15,
+ "nodesWithInlineCSS": 65,
+ "imagesScaledDown": 0,
+ "imagesWithoutDimensions": 30,
+ "DOMidDuplicated": 3,
+ "domains": 66,
+ "maxRequestsPerDomain": 15,
+ "medianRequestsPerDomain": 2,
+ "globalVariables": 148,
+ "globalVariablesFalsy": 2,
+ "headersCount": 2443,
+ "headersSentCount": 564,
+ "headersRecvCount": 1879,
+ "headersSize": 130393,
+ "headersSentSize": 36533,
+ "headersRecvSize": 93860,
+ "headersBiggerThanContent": 107,
+ "closedConnections": 5,
+ "localStorageEntries": 44,
+ "redirects": 56,
+ "redirectsTime": 77691,
+ "repaints": 0,
+ "firstPaint": 0,
+ "requestsToFirstPaint": 0,
+ "domainsToFirstPaint": 0,
+ "requestsToDomContentLoaded": 8,
+ "domainsToDomContentLoaded": 2,
+ "requestsToDomComplete": 0,
+ "domainsToDomComplete": 0,
+ "assetsNotGzipped": 15,
+ "assetsWithQueryString": 68,
+ "assetsWithCookies": 42,
+ "smallImages": 46,
+ "smallCssFiles": 1,
+ "smallJsFiles": 28,
+ "multipleRequests": 2,
+ "timeToFirstCss": 2313,
+ "timeToFirstJs": 2478,
+ "timeToFirstImage": 4470,
+ "ajaxRequests": 0,
+ "synchronousXHR": 0,
+ "hiddenContentSize": 64955,
+ "hiddenImages": 0,
+ "DOMqueries": 832,
+ "DOMqueriesWithoutResults": 49,
+ "DOMqueriesById": 86,
+ "DOMqueriesByClassName": 2,
+ "DOMqueriesByTagName": 721,
+ "DOMqueriesByQuerySelectorAll": 23,
+ "DOMinserts": 192,
+ "DOMqueriesDuplicated": 28,
+ "DOMqueriesAvoidable": 373,
+ "eventsBound": 187,
+ "eventsDispatched": 0,
+ "eventsScrollBound": 1,
+ "jQueryVersion": "1.8.3+1",
+ "jQueryVersionsLoaded": 2,
+ "jQueryOnDOMReadyFunctions": 16,
+ "jQueryWindowOnLoadFunctions": 2,
+ "jQuerySizzleCalls": 69,
+ "jQueryEventTriggers": 0,
+ "documentWriteCalls": 0,
+ "evalCalls": 0,
+ "jsErrors": 0,
+ "lazyLoadableImagesBelowTheFold": 6,
+ "domInteractive": 1744,
+ "domContentLoaded": 3925,
+ "domContentLoadedEnd": 2301,
+ "domComplete": 0,
+ "timeBackend": 100,
+ "timeFrontend": 0,
+ "requestsWithTimeout": 6,
+ "statusCodesTrail": "200",
+ "cssBase64Length": 2108,
+ "cssRedundantBodySelectors": 0,
+ "cssRedundantChildNodesSelectors": 4,
+ "cssColors": 89,
+ "cssComments": 1,
+ "cssCommentsLength": 208,
+ "cssComplexSelectors": 107,
+ "cssDuplicatedSelectors": 24,
+ "cssDuplicatedProperties": 4,
+ "cssEmptyRules": 0,
+ "cssExpressions": 0,
+ "cssOldIEFixes": 3,
+ "cssImports": 0,
+ "cssImportants": 27,
+ "cssMediaQueries": 4,
+ "cssNotMinified": 0,
+ "cssMultiClassesSelectors": 223,
+ "cssOldPropertyPrefixes": 39,
+ "cssPropertyResets": 0,
+ "cssQualifiedSelectors": 248,
+ "cssSpecificityIdAvg": 0.6759999999999999,
+ "cssSpecificityIdTotal": 692,
+ "cssSpecificityClassAvg": 1.4919999999999998,
+ "cssSpecificityClassTotal": 2840,
+ "cssSpecificityTagAvg": 0.6439999999999999,
+ "cssSpecificityTagTotal": 749,
+ "cssSelectors": 1898,
+ "cssSelectorLengthAvg": 2.2961536794082265,
+ "cssSelectorsByAttribute": 8,
+ "cssSelectorsByClass": 2308,
+ "cssSelectorsById": 692,
+ "cssSelectorsByPseudo": 299,
+ "cssSelectorsByTag": 727,
+ "cssLength": 121150,
+ "cssRules": 1379,
+ "cssDeclarations": 3688,
+ "windowAlerts": 0,
+ "windowConfirms": 0,
+ "windowPrompts": 0,
+ "bodyHTMLSize": 121238,
+ "iframesCount": 9,
+ "smallestResponse": 0,
+ "biggestResponse": 96214,
+ "fastestResponse": 113,
+ "slowestResponse": 3827,
+ "smallestLatency": 113,
+ "biggestLatency": 3826,
+ "medianResponse": 658,
+ "medianLatency": 611,
+ "differentCharacters": 88
+ },
+ "offenders": {
+ "gzipRequests": [
+ "http://pluzz.francetv.fr/ (gzip: 18.39 kB / uncompressed: 18.39 kB)",
+ "http://pluzz.francetv.fr/css/build/styles.min.eb5b6462850c036a.css (gzip: 89.45 kB / uncompressed: 89.45 kB)",
+ "http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js (gzip: 93.96 kB / uncompressed: 93.96 kB)",
+ "http://pluzz.francetv.fr/js/jquery-2.1.4.min.js (gzip: 82.37 kB / uncompressed: 82.37 kB)",
+ "http://newsletters.francetv.fr/footer-transverse/css/footer-min-v1.0.28.css (gzip: 8.57 kB / uncompressed: 8.57 kB)",
+ "http://newsletters.francetv.fr/cnil/css/cnil-min-v20140904.css (gzip: 1.62 kB / uncompressed: 1.62 kB)",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz-home.2182f9a52a297333.js (gzip: 2.55 kB / uncompressed: 2.55 kB)",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz.5e83fec411afa602.js (gzip: 1.88 kB / uncompressed: 1.88 kB)",
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY (gzip: 1.02 kB / uncompressed: 1.02 kB)",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007 (gzip: 2.40 kB / uncompressed: 2.40 kB)",
+ "http://cdn.krxd.net/ctjs/controltag.js.65cb90ab31cdb5cf32ec075000ceff37 (gzip: 1.49 kB / uncompressed: 1.49 kB)",
+ "http://static.francetv.fr/pom/audience/audience.min.js (gzip: 1.90 kB / uncompressed: 1.90 kB)",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css (gzip: 9.33 kB / uncompressed: 9.33 kB)",
+ "http://cdn.krxd.net/partnerjs/xdi/proxy.c543f8d81df217d079ec9e7171ec89b1.html#!kxcid=J1mXKWTY&kxt=http%3A%2F%2Fpluzz.francetv.fr&kxcl=cdn&kxp= (gzip: 0.86 kB / uncompressed: 0.86 kB)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.xdomainrequest.min.js (gzip: 1.71 kB / uncompressed: 1.71 kB)",
+ "http://pluzz.webservices.francetelevisions.fr/pluzz/programme/?callback=pluzz_web_liste (gzip: 3.86 kB / uncompressed: 3.86 kB)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.footer-transverse-min-v1.0.23.js (gzip: 1.91 kB / uncompressed: 1.91 kB)",
+ "http://cdn.krxd.net/controltag/J1mXKWTY.js (gzip: 1.02 kB / uncompressed: 1.02 kB)",
+ "http://static.francetv.fr/pom/xiti/xtcore-4.6.2.js (gzip: 1.66 kB / uncompressed: 1.66 kB)",
+ "http://newsletters.francetv.fr/cnil/js/cnil-min-v20160108.js (gzip: 3.79 kB / uncompressed: 3.79 kB)",
+ "http://static.francetv.fr/pom/publicite/publicite.min.js (gzip: 1.57 kB / uncompressed: 1.57 kB)",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css (gzip: 3.84 kB / uncompressed: 3.84 kB)",
+ "http://www.google-analytics.com/analytics.js (gzip: 1.61 kB / uncompressed: 1.61 kB)",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js (gzip: 1.87 kB / uncompressed: 1.87 kB)",
+ "http://cdn.tradelab.fr/seg.js?add=494671 (gzip: 2.71 kB / uncompressed: 2.71 kB)",
+ "http://cdn.tradelab.fr/seg.js?add=577824 (gzip: 2.71 kB / uncompressed: 2.71 kB)",
+ "http://4610658.fls.doubleclick.net/activityi;src=4610658;type=invmedia;cat=k1xypqoz;ord=1? (gzip: 0.19 kB / uncompressed: 0.19 kB)",
+ "https://5110145.fls.doubleclick.net/activityi;src=5110145;type=invmedia;cat=9ticfyvg;ord=1? (gzip: 0.19 kB / uncompressed: 0.19 kB)",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg (gzip: 0.32 kB / uncompressed: 0.32 kB)",
+ "http://staticftv-a.akamaihd.net/player/jquery.player.7-95280c902d21537fc6488d546f04da54.js (gzip: 2.90 kB / uncompressed: 2.90 kB)",
+ "http://ad2play.ftv-publicite.fr/sticky.ads? (gzip: NaN kB / uncompressed: NaN kB)",
+ "http://ads.rubiconproject.com/ad/9585.js (gzip: 7.44 kB / uncompressed: 7.44 kB)",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 (gzip: 0.84 kB / uncompressed: 0.84 kB)",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata (gzip: 0.24 kB / uncompressed: 0.24 kB)",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B (gzip: 6.22 kB / uncompressed: 6.22 kB)",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr (gzip: 1.83 kB / uncompressed: 1.83 kB)",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&mktid=944&mpid=&fpid=6&rnd=3386922659611268114&nu=y&sp=y&ctid=1&cyid=105&app=n&et=n&synct=20 (gzip: 2.08 kB / uncompressed: 2.08 kB)",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/19915&geo=au&co=ph (gzip: 29.64 kB / uncompressed: 29.64 kB)",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/78422&geo=au&co=ph (gzip: 29.64 kB / uncompressed: 29.64 kB)",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js (gzip: 8.52 kB / uncompressed: 8.52 kB)",
+ "http://ad.turn.com/server/pixel.htm?fpid=6&sp=y (gzip: 0.38 kB / uncompressed: 0.38 kB)",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&rnd=7886680802566030663&fpid=6&nu=n&t=&sp=y&purl=&ctid=4&cyid=105&et=n&synct=20 (gzip: 17.63 kB / uncompressed: 17.63 kB)",
+ "http://pixel.adsafeprotected.com/jload?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20 (gzip: 24.44 kB / uncompressed: 24.44 kB)"
+ ],
+ "httpsRequests": [
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView",
+ "https://5110145.fls.doubleclick.net/activityi;src=5110145;type=invmedia;cat=9ticfyvg;ord=1?",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr",
+ "https://token.rubiconproject.com/token?pid=27384&puid=K-w5dKy1&p=1",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js"
+ ],
+ "htmlCount": [
+ "http://pluzz.francetv.fr/ (size: 18.39 kB, latency: 2137 ms)",
+ "http://cdn.krxd.net/partnerjs/xdi/proxy.c543f8d81df217d079ec9e7171ec89b1.html#!kxcid=J1mXKWTY&kxt=http%3A%2F%2Fpluzz.francetv.fr&kxcl=cdn&kxp= (size: 0.86 kB, latency: 173 ms)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AEAAAAQAI~&jid=201444148&cid=1071888932.1482935762&tid=UA-12822736-1&_r=1&z=1013049121 (size: 0.36 kB, latency: 270 ms)",
+ "http://4610658.fls.doubleclick.net/activityi;src=4610658;type=invmedia;cat=k1xypqoz;ord=1? (size: 0.19 kB, latency: 480 ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=tlsync&uuid2=$UID&callback=tl_sync (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/seg?add=494671&t=2 (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/seg?add=577824&t=2 (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync (size: 0.00 kB, latency: undefined ms)",
+ "https://5110145.fls.doubleclick.net/activityi;src=5110145;type=invmedia;cat=9ticfyvg;ord=1? (size: 0.19 kB, latency: 793 ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (size: 0.00 kB, latency: undefined ms)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc (size: 0.31 kB, latency: 330 ms)",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg (size: 0.32 kB, latency: 806 ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (size: 0.00 kB, latency: undefined ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (size: 0.29 kB, latency: 1025 ms)",
+ "http://ad2play.ftv-publicite.fr/sticky.ads? (size: NaN kB, latency: undefined ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (size: 0.29 kB, latency: 1097 ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (size: 0.29 kB, latency: 412 ms)",
+ "http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID (size: 0.00 kB, latency: undefined ms)",
+ "http://www.google.com/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605 (size: 0.36 kB, latency: 6711 ms)",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&mktid=944&mpid=&fpid=6&rnd=3386922659611268114&nu=y&sp=y&ctid=1&cyid=105&app=n&et=n&synct=20 (size: 2.08 kB, latency: 145 ms)",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/19915&geo=au&co=ph (size: 29.64 kB, latency: 526 ms)",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/78422&geo=au&co=ph (size: 29.64 kB, latency: 456 ms)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=rubicon&google_cm&google_sc (size: 0.32 kB, latency: 607 ms)",
+ "http://match.adsrvr.org/track/cmf/rubicon (size: 0.11 kB, latency: 1001 ms)",
+ "http://ad.turn.com/server/pixel.htm?fpid=6&sp=y (size: 0.38 kB, latency: 1564 ms)",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&rnd=7886680802566030663&fpid=6&nu=n&t=&sp=y&purl=&ctid=4&cyid=105&et=n&synct=20 (size: 17.63 kB, latency: 170 ms)",
+ "http://sync.1rx.io/usersync2/rubicon (size: NaN kB, latency: undefined ms)",
+ "http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1 (size: 0.17 kB, latency: 210 ms)",
+ "http://tags.bluekai.com/site/6123?redir=http://tap-t.rubiconproject.com/oz/feeds/bluekai/tokens?afu=$_BK_UUID (size: 0.00 kB, latency: undefined ms)",
+ "http://sync.extend.tv/r.gif?exchange=rubicon (size: 0.13 kB, latency: 2972 ms)",
+ "http://rtb-rubicon-user-sync.virool.com/rubicon_user_sync (size: 0.15 kB, latency: 3030 ms)",
+ "http://sync.1rx.io/usersync/tradedesk/e6921f7e-568b-4755-ae3d-d0c43b1ec7db (size: NaN kB, latency: undefined ms)",
+ "http://tags.bluekai.com/site/6123?dt=0&r=1375346067&sig=650874363&bkca=KJyguAlJnnnBvYAoLBnUn6AL6YlHv0oB0Apmp0LG0L2vEufHuXfwNzIF6A2nED6oNAdvvDlBELpDnX7wEL6g+A21vfPPiU40MQXB2UxO9Yb+s8W= (size: 0.00 kB, latency: undefined ms)",
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 (size: 0.00 kB, latency: undefined ms)"
+ ],
+ "cssCount": [
+ "http://pluzz.francetv.fr/css/build/styles.min.eb5b6462850c036a.css (size: 89.45 kB, latency: 143 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/css/footer-min-v1.0.28.css (size: 8.57 kB, latency: 952 ms)",
+ "http://newsletters.francetv.fr/cnil/css/cnil-min-v20140904.css (size: 1.62 kB, latency: 958 ms)",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css (size: 9.33 kB, latency: 696 ms)",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css (size: 3.84 kB, latency: 717 ms)"
+ ],
+ "jsCount": [
+ "http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js (size: 93.96 kB, latency: 313 ms)",
+ "http://pluzz.francetv.fr/js/jquery-2.1.4.min.js (size: 82.37 kB, latency: 316 ms)",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz-home.2182f9a52a297333.js (size: 2.55 kB, latency: 635 ms)",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz.5e83fec411afa602.js (size: 1.88 kB, latency: 631 ms)",
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY (size: 1.02 kB, latency: 670 ms)",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007 (size: 2.40 kB, latency: 726 ms)",
+ "http://cdn.krxd.net/ctjs/controltag.js.65cb90ab31cdb5cf32ec075000ceff37 (size: 1.49 kB, latency: 162 ms)",
+ "http://static.francetv.fr/pom/audience/audience.min.js (size: 1.90 kB, latency: 671 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.xdomainrequest.min.js (size: 1.71 kB, latency: 148 ms)",
+ "http://pluzz.webservices.francetelevisions.fr/pluzz/programme/?callback=pluzz_web_liste (size: 3.86 kB, latency: 1627 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.footer-transverse-min-v1.0.23.js (size: 1.91 kB, latency: 192 ms)",
+ "http://cdn.krxd.net/controltag/J1mXKWTY.js (size: 1.02 kB, latency: 228 ms)",
+ "http://static.francetv.fr/pom/xiti/xtcore-4.6.2.js (size: 1.66 kB, latency: 228 ms)",
+ "http://newsletters.francetv.fr/cnil/js/cnil-min-v20160108.js (size: 3.79 kB, latency: 201 ms)",
+ "http://static.francetv.fr/pom/publicite/publicite.min.js (size: 1.57 kB, latency: 196 ms)",
+ "http://www.google-analytics.com/analytics.js (size: 1.61 kB, latency: 778 ms)",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js (size: 1.87 kB, latency: 959 ms)",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (size: 0.16 kB, latency: 689 ms)",
+ "http://cdn.tradelab.fr/seg.js?add=494671 (size: 2.71 kB, latency: 274 ms)",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp (size: 1.82 kB, latency: 1240 ms)",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus (size: 1.68 kB, latency: 1593 ms)",
+ "http://cdn.tradelab.fr/seg.js?add=577824 (size: 2.71 kB, latency: 479 ms)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (size: 0.05 kB, latency: 496 ms)",
+ "http://staticftv-a.akamaihd.net/player/jquery.player.7-95280c902d21537fc6488d546f04da54.js (size: 2.90 kB, latency: 426 ms)",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee (size: 5.89 kB, latency: 1745 ms)",
+ "http://ads.rubiconproject.com/ad/9585.js (size: 7.44 kB, latency: 302 ms)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 (size: 0.06 kB, latency: 708 ms)",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 (size: 0.84 kB, latency: 3826 ms)",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 (size: 1.29 kB, latency: 854 ms)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 (size: 0.06 kB, latency: 174 ms)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 (size: 1.68 kB, latency: 273 ms)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 (size: 0.06 kB, latency: 152 ms)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 (size: 1.89 kB, latency: 475 ms)",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata (size: 0.24 kB, latency: 534 ms)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 (size: 0.06 kB, latency: 199 ms)",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 (size: 1.85 kB, latency: 463 ms)",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B (size: 6.22 kB, latency: 638 ms)",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr (size: 1.83 kB, latency: 1428 ms)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (size: 0.09 kB, latency: 3609 ms)",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js (size: 8.52 kB, latency: 1255 ms)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (size: 0.17 kB, latency: 3112 ms)"
+ ],
+ "imageCount": [
+ "http://pluzz.francetv.fr/img/sprite-sprite.6c0defb8c4772065.png (size: 19.57 kB, latency: 631 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/jeux.png (size: 23.47 kB, latency: 634 ms)",
+ "http://pluzz.francetv.fr/img/vignette/vignette_franceinfo_200.1615dd925bdae060.png (size: 5.61 kB, latency: 586 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/img/footer-transverse_v1.0.2.png (size: 3.76 kB, latency: 573 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/franceTv-logo-bottom.png (size: 2.21 kB, latency: 573 ms)",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/logo-francetvPluzz.png (size: 2.36 kB, latency: 641 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150837065/1482892600/300/0/0/0/img.jpg (size: 12.57 kB, latency: 934 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839885/1482922464/480/0/0/0/img.jpg (size: 28.25 kB, latency: 940 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839887/1482915905/200/0/france2/0/img.jpg (size: 7.40 kB, latency: 1729 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833041/1482915935/200/0/france5/0/img.jpg (size: 5.77 kB, latency: 1798 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150826313/1482915945/200/0/franceo/0/img.jpg (size: 3.30 kB, latency: 1926 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150887922/1482915926/200/0/france4/0/img.jpg (size: 7.20 kB, latency: 1962 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845510/1482915915/200/0/france3/0/img.jpg (size: 6.46 kB, latency: 1159 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150841015/1482892751/300/0/0/0/img.jpg (size: 11.13 kB, latency: 1426 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833017/1482892824/480/10/0/0/img.jpg (size: 25.13 kB, latency: 1655 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839880/1482860712/300/10/0/0/img.jpg (size: 14.17 kB, latency: 1165 ms)",
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 (size: 0.04 kB, latency: 764 ms)",
+ "http://static.francetv.fr/img/metanav/sprite-v1.8.28.png (size: 13.04 kB, latency: 146 ms)",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView (size: 0.04 kB, latency: 1054 ms)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 (size: 0.03 kB, latency: 470 ms)",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (size: 0.04 kB, latency: 206 ms)",
+ "http://www.francetvinfo.fr/image/759xum9v4-c2d3/640/360/11491369.jpg (size: 37.96 kB, latency: 323 ms)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (size: 0.04 kB, latency: 273 ms)",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 (size: 0.03 kB, latency: 822 ms)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (size: 0.04 kB, latency: 240 ms)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (size: 0.04 kB, latency: 878 ms)",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 (size: 0.04 kB, latency: 276 ms)",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg (size: 5.19 kB, latency: 176 ms)",
+ "http://cdn.oas-eu1.adnxs.com/0/default/empty.gif (size: 0.04 kB, latency: 591 ms)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (size: 0.04 kB, latency: 2156 ms)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (size: 0.04 kB, latency: 480 ms)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (size: 0.04 kB, latency: 480 ms)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (size: 0.04 kB, latency: 2041 ms)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (size: 0.04 kB, latency: 1927 ms)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 (size: 0.04 kB, latency: 951 ms)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (size: 0.00 kB, latency: undefined ms)",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y (size: 0.04 kB, latency: 577 ms)",
+ "http://beacon.krxd.net/pixel.gif?source=smarttag&fired=report&confid=J1mXKWTY&_kpid=635dd276-df1b-4b12-9873-16257c79d278&_kcp_s=Pluzz.francetv.fr&_kcp_d=pluzz.francetv.fr&_knifr=3&_kua_kx_tz=-480&geo_country=ph&geo_region=ceb&_kua_kx_lang=fr-fr&_kua_kx_tech_browser_language=fr-fr&_kua_kx_geo_country=ph&_kua_kx_geo_region=ceb&_kua_kx_tech_browser=Chrome%2027&_kua_kx_tech_manufacturer=Microsoft%20Corporation&_kua_kx_tech_device=Computer&_kua_kx_tech_os=Windows%207&_kua_kx_whistle=0&_kpa_ftvi_portail=francetv&_kpa_ftvi_section=francetvpluzz&_kpa_og_type=website&_kpa_og_title=francetv%20pluzz&t_navigation_type=0&t_dns=0&t_tcp=0&t_http_request=-1&t_http_response=2176&t_content_ready=3919&t_window_load=0&t_redirect=0&interchange_ran=false&userdata_was_requested=true&userdata_did_respond=true&store_user_after=rej1qnzgn&userdata_user=K-w5dKy1%2Crej1qnzgn&sview=1&kplt2=27061&kplt3=27062&kplt4=27066&kplt6=27085&jsonp_requests=%2F%2Fbeacon.krxd.net%2Foptout_check%2CNaN%2C%2F%2Fcdn.krxd.net%2Fuserdata%2Fget%2C540 (size: 0.00 kB, latency: undefined ms)",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 (size: 0.04 kB, latency: 383 ms)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 (size: 0.00 kB, latency: undefined ms)",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee (size: 0.04 kB, latency: 725 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (size: 0.04 kB, latency: 306 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (size: 0.04 kB, latency: 496 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (size: 0.04 kB, latency: 212 ms)",
+ "http://rc.d.chango.com/m/rc (size: 0.03 kB, latency: 1381 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 (size: 0.04 kB, latency: 187 ms)",
+ "http://boa-pluzz.francetelevisions.fr/data/autopromo/73_bandeau_1479293843.1944.jpg (size: 32.49 kB, latency: 1067 ms)",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (size: 0.09 kB, latency: 519 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 (size: 0.04 kB, latency: 187 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (size: 0.04 kB, latency: 191 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (size: 0.04 kB, latency: 186 ms)",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0 (size: 0.04 kB, latency: 815 ms)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon (size: 0.00 kB, latency: undefined ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (size: 0.04 kB, latency: 818 ms)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (size: 0.00 kB, latency: undefined ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (size: 0.04 kB, latency: 113 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (size: 0.04 kB, latency: 136 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (size: 0.04 kB, latency: 204 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (size: 0.04 kB, latency: 154 ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (size: 0.04 kB, latency: 464 ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (size: 0.04 kB, latency: 489 ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w (size: 0.04 kB, latency: 2447 ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (size: 0.04 kB, latency: 644 ms)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (size: 0.04 kB, latency: 650 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (size: 0.04 kB, latency: 174 ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (size: 0.04 kB, latency: 230 ms)"
+ ],
+ "webfontCount": [
+ "http://pluzz.francetv.fr/fonts/ftvheldustry-thin2011-webfont.woff (size: 20.74 kB, latency: 579 ms)"
+ ],
+ "otherCount": [
+ "http://pix04.revsci.net/F09828/b3/0/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0 (size: 0.00 kB, latency: undefined ms)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref= (size: 0.00 kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/auto-user-sync (size: 0.00 kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/cookie-forwarding?id=91 (size: 0.00 kB, latency: undefined ms)",
+ "http://its.tradelab.fr/?type=tp&advid=94597&adata=%7B%22c%22%3A%7B%22ref_url%22%3A%22%22%2C%22ref_ts%22%3A1482935762%2C%22page_url%22%3A%22pluzz.francetv.fr%2F%22%2C%22dm%22%3A%22francetv.fr%22%7D%2C%22v%22%3A%7B%22vis_cnt%22%3A1%2C%22frst_vis_ts%22%3A1482935762%2C%22prev_vis_ts%22%3A1482935762%2C%22curr_vis_ts%22%3A1482935762%2C%22total_page_cnt%22%3A1%2C%22prev_page_cnt%22%3A1%2C%22curr_page_cnt%22%3A1%7D%7D (size: NaN kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=141&userId=CAESEBs_rqjcK1hSr7hn7mvo8MM&google_cver=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://its.tradelab.fr/?type=seg&uuid2=7863569432388688190&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F (size: NaN kB, latency: undefined ms)",
+ "http://rtd.tubemogul.com/upi/pid/wGbQAlJJ?redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D187%26userId%3D%24%7BTM_USER_ID%7D (size: NaN kB, latency: undefined ms)",
+ "http://its.tradelab.fr/?type=seg&uuid2=2974760119062136432&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F (size: NaN kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=187&userId=-3304172207026335775 (size: 0.00 kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=209&userId=2974760119062136432 (size: 0.00 kB, latency: undefined ms)",
+ "http://sync.adaptv.advertising.com/sync?rUrl=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D145%26userId%3D%7Buid%7D (size: 0.00 kB, latency: undefined ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=145&userId=4485781162146139132-VBf7158b2a-cd0a-11e6-a06a-0673a0838595 (size: 0.00 kB, latency: undefined ms)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (size: 0.00 kB, latency: undefined ms)",
+ "http://tap.rubiconproject.com/oz/feeds/krux/tokens?afu=K-w5dKy1 (size: 0.00 kB, latency: undefined ms)",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=18414&di=pluzz.francetv.fr&ap=&ti=d66046bc-2306-4162-850b-d7f1bbbeba79&dt=8736481428691810142000 (size: 0.00 kB, latency: undefined ms)",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=19915&di=pluzz.francetv.fr&ap=&ti=c66e8591-abf7-4b91-8454-c8aec72f094e&dt=8736481428691810142000 (size: 0.00 kB, latency: undefined ms)",
+ "http://pix04.revsci.net/D08734/a3/0/3/0.302?matchId=102 (size: 0.00 kB, latency: undefined ms)",
+ "http://token.rubiconproject.com/token?pid=2974&pt=n&a=1 (size: NaN kB, latency: undefined ms)",
+ "https://token.rubiconproject.com/token?pid=27384&puid=K-w5dKy1&p=1 (size: NaN kB, latency: undefined ms)",
+ "http://token.rubiconproject.com/token?pid=37556&a=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://token.rubiconproject.com/token?pid=2046&pt=n&a=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://sync.ipredictive.com/d/sync/cookie/generic?http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=$%7BADELPHIC_CUID%7D&expires=30 (size: 0.00 kB, latency: undefined ms)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://pixel.adsafeprotected.com/jload?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20 (size: 24.44 kB, latency: 1095 ms)",
+ "http://rubicon-match.dotomi.com/rubicon/match?nuid= (size: 0.00 kB, latency: undefined ms)",
+ "http://bidi-geo.mythings.com/bidi/rubicon (size: 0.00 kB, latency: undefined ms)",
+ "http://pixel-a.sitescout.com/dmp/pixelSync?nid=1 (size: 0.00 kB, latency: undefined ms)",
+ "http://rp.gwallet.com/r1/cm/p29 (size: 0.00 kB, latency: undefined ms)",
+ "http://map.media6degrees.com/orbserv/hbpix?pixId=4857 (size: 0.04 kB, latency: 3025 ms)",
+ "http://rp.gwallet.com/r1/cm/p29?check_uid_cookie (size: 0.00 kB, latency: undefined ms)",
+ "http://s3.algovid.com/ppx/starti?sid=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&domain=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr&se=f228bf20-0b36-8db8-8929-242fe505a2ed&pv=108.22&f=0&sa=hhd&s=0.0&p=47342825&cb=1482935772728 (size: NaN kB, latency: undefined ms)",
+ "http://s3.algovid.com/ppx/errori?sid=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&domain=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr&se=f228bf20-0b36-8db8-8929-242fe505a2ed&pv=108.22&f=0&sa=hhd&s=0.0&p=47342825&en=6&em=No%20video%20or%20JSV%20support&cb=1482935772730 (size: NaN kB, latency: undefined ms)",
+ "http://rubicon-match.dotomi.com/rubicon/match?dtm_test=6b2c354a0e830948&nuid= (size: 0.00 kB, latency: undefined ms)"
+ ],
+ "cacheHits": [
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY",
+ "http://cdn.krxd.net/ctjs/controltag.js.65cb90ab31cdb5cf32ec075000ceff37",
+ "http://cdn.krxd.net/partnerjs/xdi/proxy.c543f8d81df217d079ec9e7171ec89b1.html#!kxcid=J1mXKWTY&kxt=http%3A%2F%2Fpluzz.francetv.fr&kxcl=cdn&kxp=",
+ "http://cdn.krxd.net/controltag/J1mXKWTY.js",
+ "http://www.google-analytics.com/analytics.js",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js",
+ "http://cdn.tradelab.fr/seg.js?add=494671",
+ "http://cdn.tradelab.fr/seg.js?add=577824",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js"
+ ],
+ "cacheMisses": [
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata"
+ ],
+ "cachingNotSpecified": [
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On",
+ "http://cdn.oas-eu1.adnxs.com/0/default/empty.gif",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1",
+ "http://beacon.krxd.net/pixel.gif?source=smarttag&fired=report&confid=J1mXKWTY&_kpid=635dd276-df1b-4b12-9873-16257c79d278&_kcp_s=Pluzz.francetv.fr&_kcp_d=pluzz.francetv.fr&_knifr=3&_kua_kx_tz=-480&geo_country=ph&geo_region=ceb&_kua_kx_lang=fr-fr&_kua_kx_tech_browser_language=fr-fr&_kua_kx_geo_country=ph&_kua_kx_geo_region=ceb&_kua_kx_tech_browser=Chrome%2027&_kua_kx_tech_manufacturer=Microsoft%20Corporation&_kua_kx_tech_device=Computer&_kua_kx_tech_os=Windows%207&_kua_kx_whistle=0&_kpa_ftvi_portail=francetv&_kpa_ftvi_section=francetvpluzz&_kpa_og_type=website&_kpa_og_title=francetv%20pluzz&t_navigation_type=0&t_dns=0&t_tcp=0&t_http_request=-1&t_http_response=2176&t_content_ready=3919&t_window_load=0&t_redirect=0&interchange_ran=false&userdata_was_requested=true&userdata_did_respond=true&store_user_after=rej1qnzgn&userdata_user=K-w5dKy1%2Crej1qnzgn&sview=1&kplt2=27061&kplt3=27062&kplt4=27066&kplt6=27085&jsonp_requests=%2F%2Fbeacon.krxd.net%2Foptout_check%2CNaN%2C%2F%2Fcdn.krxd.net%2Fuserdata%2Fget%2C540",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w"
+ ],
+ "cachingTooShort": [
+ "http://newsletters.francetv.fr/footer-transverse/pictures/jeux.png cached for 86400 s",
+ "http://newsletters.francetv.fr/footer-transverse/img/footer-transverse_v1.0.2.png cached for 86400 s",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/franceTv-logo-bottom.png cached for 86400 s",
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY cached for 1200 s",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007 cached for 578693 s",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/logo-francetvPluzz.png cached for 86400 s",
+ "http://pluzz.webservices.francetelevisions.fr/pluzz/programme/?callback=pluzz_web_liste cached for 274 s",
+ "http://cdn.krxd.net/controltag/J1mXKWTY.js cached for 1200 s",
+ "http://static.francetv.fr/img/metanav/sprite-v1.8.28.png cached for 23529 s",
+ "http://www.google-analytics.com/analytics.js cached for 7200 s",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js cached for 300 s",
+ "http://cdn.tradelab.fr/seg.js?add=494671 cached for 300 s",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp cached for 532 s",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus cached for 404 s",
+ "http://cdn.tradelab.fr/seg.js?add=577824 cached for 300 s",
+ "http://ads.rubiconproject.com/ad/9585.js cached for 7544 s",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 cached for 3600 s",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 cached for 3600 s",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 cached for 3600 s",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata cached for 1800 s",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 cached for 3599 s",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B cached for 172800 s",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js cached for 3600 s"
+ ],
+ "cachingDisabled": [
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60",
+ "http://sync.mathtag.com/sync/img?mt_exid=9",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1",
+ "http://rc.d.chango.com/m/rc",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA"
+ ],
+ "oldCachingHeaders": [
+ "http://pluzz.francetv.fr/ - Expires: Wed, 28 Dec 2016 14:40:20 GMT",
+ "http://pluzz.francetv.fr/css/build/styles.min.eb5b6462850c036a.css - Expires: Wed, 29 Nov 2017 13:52:22 GMT",
+ "http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js - Expires: Thu, 28 Dec 2017 04:51:04 GMT",
+ "http://pluzz.francetv.fr/js/jquery-2.1.4.min.js - Expires: Thu, 28 Dec 2017 04:51:02 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/css/footer-min-v1.0.28.css - Expires: Tue, 24 Jan 2017 02:20:23 GMT",
+ "http://newsletters.francetv.fr/cnil/css/cnil-min-v20140904.css - Expires: Mon, 23 Jan 2017 08:51:40 GMT",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz-home.2182f9a52a297333.js - Expires: Wed, 20 Dec 2017 14:32:53 GMT",
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz.5e83fec411afa602.js - Expires: Wed, 29 Nov 2017 13:52:24 GMT",
+ "http://pluzz.francetv.fr/img/sprite-sprite.6c0defb8c4772065.png - Expires: Wed, 29 Nov 2017 13:52:49 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/jeux.png - Expires: Wed, 28 Dec 2016 06:38:47 GMT",
+ "http://pluzz.francetv.fr/img/vignette/vignette_franceinfo_200.1615dd925bdae060.png - Expires: Fri, 15 Dec 2017 14:01:23 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/img/footer-transverse_v1.0.2.png - Expires: Thu, 29 Dec 2016 06:44:41 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/franceTv-logo-bottom.png - Expires: Thu, 29 Dec 2016 01:14:29 GMT",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007 - Expires: Wed, 04 Jan 2017 07:20:53 GMT",
+ "http://pluzz.francetv.fr/fonts/ftvheldustry-thin2011-webfont.woff - Expires: Sun, 17 Dec 2017 03:09:53 GMT",
+ "http://cdn.krxd.net/ctjs/controltag.js.65cb90ab31cdb5cf32ec075000ceff37 - Expires: Fri, 04 Dec 2026 18:01:58 GMT",
+ "http://static.francetv.fr/pom/audience/audience.min.js - Expires: Thu, 12 Jan 2017 16:37:31 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/logo-francetvPluzz.png - Expires: Thu, 29 Dec 2016 07:04:04 GMT",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css - Expires: Mon, 16 Jan 2017 07:32:58 GMT",
+ "http://cdn.krxd.net/partnerjs/xdi/proxy.c543f8d81df217d079ec9e7171ec89b1.html#!kxcid=J1mXKWTY&kxt=http%3A%2F%2Fpluzz.francetv.fr&kxcl=cdn&kxp= - Expires: Fri, 04 Dec 2026 18:01:37 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.xdomainrequest.min.js - Expires: Tue, 24 Jan 2017 01:16:21 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150837065/1482892600/300/0/0/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150837065/1482892600/300/0/0/0/img.jpg - Expires: Thu, 28 Dec 2017 13:33:06 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839885/1482922464/480/0/0/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839885/1482922464/480/0/0/0/img.jpg - Expires: Thu, 28 Dec 2017 13:32:21 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839887/1482915905/200/0/france2/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839887/1482915905/200/0/france2/0/img.jpg - Expires: Thu, 28 Dec 2017 14:35:03 GMT",
+ "http://pluzz.webservices.francetelevisions.fr/pluzz/programme/?callback=pluzz_web_liste - Expires: Wed, 28 Dec 2016 14:40:35 GMT",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.footer-transverse-min-v1.0.23.js - Expires: Mon, 23 Jan 2017 06:37:55 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833041/1482915935/200/0/france5/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833041/1482915935/200/0/france5/0/img.jpg - Expires: Thu, 28 Dec 2017 13:44:50 GMT",
+ "http://static.francetv.fr/pom/xiti/xtcore-4.6.2.js - Expires: Thu, 12 Jan 2017 16:37:37 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150826313/1482915945/200/0/franceo/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150826313/1482915945/200/0/franceo/0/img.jpg - Expires: Thu, 28 Dec 2017 14:22:03 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150887922/1482915926/200/0/france4/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150887922/1482915926/200/0/france4/0/img.jpg - Expires: Thu, 28 Dec 2017 13:32:28 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845510/1482915915/200/0/france3/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845510/1482915915/200/0/france3/0/img.jpg - Expires: Thu, 28 Dec 2017 13:32:45 GMT",
+ "http://newsletters.francetv.fr/cnil/js/cnil-min-v20160108.js - Expires: Tue, 24 Jan 2017 02:59:41 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150841015/1482892751/300/0/0/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150841015/1482892751/300/0/0/0/img.jpg - Expires: Thu, 28 Dec 2017 13:33:20 GMT",
+ "http://static.francetv.fr/pom/publicite/publicite.min.js - Expires: Fri, 13 Jan 2017 23:52:26 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833017/1482892824/480/10/0/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150833017/1482892824/480/10/0/0/img.jpg - Expires: Thu, 28 Dec 2017 13:33:00 GMT",
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css - Expires: Mon, 16 Jan 2017 07:32:58 GMT",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839880/1482860712/300/10/0/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839880/1482860712/300/10/0/0/img.jpg - Expires: Thu, 28 Dec 2017 13:33:24 GMT",
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 - Pragma: no-cache",
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://static.francetv.fr/img/metanav/sprite-v1.8.28.png - Expires: Wed, 28 Dec 2016 21:08:10 GMT",
+ "http://www.google-analytics.com/analytics.js - Expires: Wed, 28 Dec 2016 15:13:32 GMT",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js - Expires: Wed, 28 Dec 2016 14:41:01 GMT",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView - Expires: Wed, 28 Dec 2016 14:36:02 GMT",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AEAAAAQAI~&jid=201444148&cid=1071888932.1482935762&tid=UA-12822736-1&_r=1&z=1013049121 - Pragma: no-cache",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AEAAAAQAI~&jid=201444148&cid=1071888932.1482935762&tid=UA-12822736-1&_r=1&z=1013049121 - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://pix04.revsci.net/F09828/b3/0/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0 - Pragma: no-cache",
+ "http://pix04.revsci.net/F09828/b3/0/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0 - Expires: Thu, 01 Jan 1970 00:00:00 GMT",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 - Expires: 0",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 - Pragma: no-cache",
+ "http://cdn.tradelab.fr/seg.js?add=494671 - Expires: Wed, 28 Dec 2016 14:41:02 GMT",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 - Pragma: no-cache",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp - Expires: Wed, 28 Dec 2016 14:44:54 GMT",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus - Expires: Wed, 28 Dec 2016 14:42:46 GMT",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw - Pragma: no-cache",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw - Expires: Thu, 01 Jan 1970 00:00:00 GMT",
+ "http://cdn.tradelab.fr/seg.js?add=577824 - Expires: Wed, 28 Dec 2016 14:41:02 GMT",
+ "http://4610658.fls.doubleclick.net/activityi;src=4610658;type=invmedia;cat=k1xypqoz;ord=1? - Expires: Wed, 28 Dec 2016 14:36:02 GMT",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=tlsync&uuid2=$UID&callback=tl_sync - Pragma: no-cache",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=tlsync&uuid2=$UID&callback=tl_sync - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ib.adnxs.com/seg?add=494671&t=2 - Pragma: no-cache",
+ "http://ib.adnxs.com/seg?add=494671&t=2 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F - Pragma: no-cache",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ads.stickyadstv.com/auto-user-sync - Pragma: no-cache",
+ "http://ads.stickyadstv.com/cookie-forwarding?id=91 - Pragma: no-cache",
+ "http://ib.adnxs.com/seg?add=577824&t=2 - Pragma: no-cache",
+ "http://ib.adnxs.com/seg?add=577824&t=2 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync - Pragma: no-cache",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "https://5110145.fls.doubleclick.net/activityi;src=5110145;type=invmedia;cat=9ticfyvg;ord=1? - Expires: Wed, 28 Dec 2016 14:36:02 GMT",
+ "http://www.francetvinfo.fr/image/759xum9v4-c2d3/640/360/11491369.jpg - Expires: Mon, 02 Jan 2017 13:57:20 GMT",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 - Pragma: no-cache",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F - Pragma: no-cache",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 - Pragma: no-cache",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc - Pragma: no-cache",
+ "http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 - Pragma: no-cache",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg - Expires: Wed, 28 Dec 2016 14:40:32 GMT",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync - Pragma: no-cache",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=141&userId=CAESEBs_rqjcK1hSr7hn7mvo8MM&google_cver=1 - Pragma: no-cache",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F - Pragma: no-cache",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 - Pragma: no-cache",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://staticftv-a.akamaihd.net/player/jquery.player.7-95280c902d21537fc6488d546f04da54.js - Expires: Sat, 14 Jan 2017 18:53:07 GMT",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F - Pragma: no-cache",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Pragma: no-cache",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee - Pragma: no-cache",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee - Expires: Tue, 25 Apr 1995 09:30:27 -0700",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg - Pragma: public",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg - Expires: Thu, 28 Dec 2017 03:09:50 GMT",
+ "http://rtd.tubemogul.com/upi/pid/wGbQAlJJ?redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D187%26userId%3D%24%7BTM_USER_ID%7D - Pragma: no-cache",
+ "http://rtd.tubemogul.com/upi/pid/wGbQAlJJ?redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D187%26userId%3D%24%7BTM_USER_ID%7D - Expires: Thu, 01 Jan 1970 00:00:00 GMT",
+ "http://ad2play.ftv-publicite.fr/sticky.ads? - Expires: Thu, 29 Dec 2016 02:36:04 GMT",
+ "http://ads.rubiconproject.com/ad/9585.js - Expires: Wed, 28 Dec 2016 16:41:48 GMT",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=187&userId=-3304172207026335775 - Pragma: no-cache",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Pragma: no-cache",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Pragma: no-cache",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID - Pragma: no-cache",
+ "http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=209&userId=2974760119062136432 - Pragma: no-cache",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 - Expires: Wed, 28 Dec 2016 15:36:05 GMT",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 - Expires: Wed, 18 Feb 2009 11:53:30 GMT",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 - Pragma: no-cache",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 - Pragma: no-cache",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 - Expires: Wed, 17 Sep 1975 21:32:10 GMT",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 - Expires: Wed, 28 Dec 2016 15:36:06 GMT",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 - Pragma: no-cache",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=145&userId=4485781162146139132-VBf7158b2a-cd0a-11e6-a06a-0673a0838595 - Pragma: no-cache",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 - Expires: Wed, 17 Sep 1975 21:32:10 GMT",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 - Pragma: no-cache",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 - Expires: Wed, 28 Dec 2016 15:36:07 GMT",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 - Expires: Wed, 17 Sep 1975 21:32:10 GMT",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 - Expires: Wed, 28 Dec 2016 15:36:07 GMT",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D - Expires: Wed, 28 Dec 2016 14:36:06 GMT",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 - Pragma: no-cache",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 - Expires: Wed, 17 Sep 1975 21:32:10 GMT",
+ "http://www.google.com/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605 - Expires: Wed, 28 Dec 2016 14:36:08 GMT",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B - Expires: Fri, 30 Dec 2016 14:36:08 GMT",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y - Pragma: no-cache",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr - Expires: Wed, 28 Dec 2016 14:36:09 GMT",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&mktid=944&mpid=&fpid=6&rnd=3386922659611268114&nu=y&sp=y&ctid=1&cyid=105&app=n&et=n&synct=20 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 - Expires: 0",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=18414&di=pluzz.francetv.fr&ap=&ti=d66046bc-2306-4162-850b-d7f1bbbeba79&dt=8736481428691810142000 - pragma: no-cache",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=18414&di=pluzz.francetv.fr&ap=&ti=d66046bc-2306-4162-850b-d7f1bbbeba79&dt=8736481428691810142000 - expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 - Expires: 0",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/19915&geo=au&co=ph - Expires: Wed, 28 Dec 2016 19:31:36 GMT",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=19915&di=pluzz.francetv.fr&ap=&ti=c66e8591-abf7-4b91-8454-c8aec72f094e&dt=8736481428691810142000 - pragma: no-cache",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=19915&di=pluzz.francetv.fr&ap=&ti=c66e8591-abf7-4b91-8454-c8aec72f094e&dt=8736481428691810142000 - expires: 0",
+ "http://pix04.revsci.net/D08734/a3/0/3/0.302?matchId=102 - Pragma: no-cache",
+ "http://pix04.revsci.net/D08734/a3/0/3/0.302?matchId=102 - Expires: Thu, 01 Jan 1970 00:00:00 GMT",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 - Expires: Wed, 28 Dec 2016 14:36:10 GMT",
+ "http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?pc=9585/78422&geo=au&co=ph - Expires: Wed, 28 Dec 2016 17:07:40 GMT",
+ "http://token.rubiconproject.com/token?pid=2974&pt=n&a=1 - Pragma: no-cache",
+ "http://token.rubiconproject.com/token?pid=2974&pt=n&a=1 - Expires: 0",
+ "http://cm.g.doubleclick.net/pixel?google_nid=rubicon&google_cm&google_sc - Pragma: no-cache",
+ "http://cm.g.doubleclick.net/pixel?google_nid=rubicon&google_cm&google_sc - Expires: Fri, 01 Jan 1990 00:00:00 GMT",
+ "http://match.adsrvr.org/track/cmf/rubicon - Pragma: no-cache",
+ "https://token.rubiconproject.com/token?pid=27384&puid=K-w5dKy1&p=1 - Pragma: no-cache",
+ "https://token.rubiconproject.com/token?pid=27384&puid=K-w5dKy1&p=1 - Expires: 0",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee - Pragma: no-cache",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee - Expires: Tue, 25 Apr 1995 09:30:27 -0700",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 - Expires: 0",
+ "http://token.rubiconproject.com/token?pid=37556&a=1 - Pragma: no-cache",
+ "http://token.rubiconproject.com/token?pid=37556&a=1 - Expires: 0",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js - Pragma: public,public",
+ "https://c.algovid.com/player/cedato_player_108.22_d.js - Expires: Wed, 21 Dec 2016 22:58:14 GMT",
+ "http://token.rubiconproject.com/token?pid=2046&pt=n&a=1 - Pragma: no-cache",
+ "http://token.rubiconproject.com/token?pid=2046&pt=n&a=1 - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 - Expires: 0",
+ "http://rc.d.chango.com/m/rc - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 - Expires: 0",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1 - Pragma: no-cache",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1 - Expires: Wed, 28 Dec 2016 14:36:13 GMT",
+ "http://boa-pluzz.francetelevisions.fr/data/autopromo/73_bandeau_1479293843.1944.jpg - Expires: Tue, 26 Dec 2017 17:20:51 GMT",
+ "http://ad.turn.com/server/pixel.htm?fpid=6&sp=y - Pragma: no-cache",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 - Pragma: no-cache",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 - Expires: Wed, 28 Dec 2016 14:36:13 GMT",
+ "http://cdn.turn.com/server/ddc.htm?uid=3130468928687144377&rnd=7886680802566030663&fpid=6&nu=n&t=&sp=y&purl=&ctid=4&cyid=105&et=n&synct=20 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 - Expires: 0",
+ "http://pixel.adsafeprotected.com/jload?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20 - Pragma: no-cache",
+ "http://pixel.adsafeprotected.com/jload?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20 - Expires: Wed, 31 Dec 1969 23:59:59 GMT",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 - Expires: 0",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0 - Pragma: no-cache",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon - Pragma: no-cache",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon - Expires: Thu, 23 Sep 2004 17:42:04 GMT",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w - Pragma: no-cache",
+ "http://pixel-a.sitescout.com/dmp/pixelSync?nid=1 - Pragma: no-cache",
+ "http://pixel-a.sitescout.com/dmp/pixelSync?nid=1 - Expires: Tue, 11 Oct 1977 12:34:56 GMT",
+ "http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1 - Pragma: no-cache",
+ "http://rp.gwallet.com/r1/cm/p29 - Pragma: no-cache",
+ "http://rp.gwallet.com/r1/cm/p29 - Expires: Tue, 29 Oct 2002 19:50:44 GMT",
+ "http://sync.extend.tv/r.gif?exchange=rubicon - Expires: Tue, 29 May 1984 15:00:00 GMT",
+ "http://sync.extend.tv/r.gif?exchange=rubicon - Pragma: no-cache",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon - Pragma: no-cache",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon - Expires: Thu, 23 Sep 2004 17:42:04 GMT",
+ "http://rp.gwallet.com/r1/cm/p29?check_uid_cookie - Pragma: no-cache",
+ "http://rp.gwallet.com/r1/cm/p29?check_uid_cookie - Expires: Tue, 29 Oct 2002 19:50:44 GMT",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 - Expires: 0",
+ "http://tags.bluekai.com/site/6123?dt=0&r=1375346067&sig=650874363&bkca=KJyguAlJnnnBvYAoLBnUn6AL6YlHv0oB0Apmp0LG0L2vEufHuXfwNzIF6A2nED6oNAdvvDlBELpDnX7wEL6g+A21vfPPiU40MQXB2UxO9Yb+s8W= - Expires: Thu, 29 Dec 2016 14:36:15 GMT",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 - Expires: 0",
+ "http://s3.algovid.com/ppx/starti?sid=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&domain=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr&se=f228bf20-0b36-8db8-8929-242fe505a2ed&pv=108.22&f=0&sa=hhd&s=0.0&p=47342825&cb=1482935772728 - Pragma: no-cache",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w - Pragma: no-cache",
+ "http://s3.algovid.com/ppx/errori?sid=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&domain=http%3A%2F%2F01-edito-atf-laplacemedia-3.fr&se=f228bf20-0b36-8db8-8929-242fe505a2ed&pv=108.22&f=0&sa=hhd&s=0.0&p=47342825&en=6&em=No%20video%20or%20JSV%20support&cb=1482935772730 - Pragma: no-cache",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w - Pragma: no-cache",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w - Pragma: no-cache",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w - Pragma: no-cache",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w - Pragma: no-cache",
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 - Pragma: no-cache",
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 - Expires: Sat, 15 Nov 2008 16:00:00 GMT",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 - Expires: 0",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA - Pragma: no-cache",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA - Expires: 0"
+ ],
+ "domainsWithCookies": [
+ "googleads.g.doubleclick.net: 1 cookie(s)",
+ "www.facebook.com: 1 cookie(s)",
+ "pix04.revsci.net: 10 cookie(s)",
+ "pq-direct.revsci.net: 1 cookie(s)",
+ "4610658.fls.doubleclick.net: 3 cookie(s)",
+ "ib.adnxs.com: 29 cookie(s)",
+ "logc238.xiti.com: 1 cookie(s)",
+ "ads.stickyadstv.com: 25 cookie(s)",
+ "5110145.fls.doubleclick.net: 3 cookie(s)",
+ "its.tradelab.fr: 18 cookie(s)",
+ "pub.ftv-publicite.fr: 2 cookie(s)",
+ "rtd.tubemogul.com: 1 cookie(s)",
+ "lpm-francetv.nuggad.net: 1 cookie(s)",
+ "sync.adaptv.advertising.com: 1 cookie(s)",
+ "sync.mathtag.com: 3 cookie(s)",
+ "presentation-hkg1.turn.com: 17 cookie(s)",
+ "beacon.krxd.net: 3 cookie(s)",
+ "pixel.rubiconproject.com: 59 cookie(s)",
+ "tap.rubiconproject.com: 3 cookie(s)",
+ "token.rubiconproject.com: 4 cookie(s)",
+ "match.adsrvr.org: 4 cookie(s)",
+ "rc.d.chango.com: 2 cookie(s)",
+ "rub.pxl.ace.advertising.com: 2 cookie(s)",
+ "pixel.tapad.com: 2 cookie(s)",
+ "sync.ipredictive.com: 1 cookie(s)",
+ "ad.turn.com: 2 cookie(s)",
+ "rubicon-match.dotomi.com: 2 cookie(s)",
+ "cm.adgrx.com: 2 cookie(s)",
+ "sync.1rx.io: 2 cookie(s)",
+ "pixel-a.sitescout.com: 2 cookie(s)",
+ "tags.bluekai.com: 3 cookie(s)",
+ "rp.gwallet.com: 3 cookie(s)",
+ "sync.extend.tv: 1 cookie(s)",
+ "tap-s.rubiconproject.com: 1 cookie(s)",
+ "rtb-rubicon-user-sync.virool.com: 1 cookie(s)"
+ ],
+ "commentsSize": [
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > #comment[0] (99 characters)"
+ ],
+ "DOMelementMaxDepth": [
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragTop",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragBottom",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description.with-code-csa > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description.with-code-csa > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description.with-code-csa > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte.pluzz-box > div.video-description > span.sprite-carte_regions_retroguide",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte.pluzz-box > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte.pluzz-box > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragTop",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragBottom",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description >div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragTop",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragBottom",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container >div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragTop",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag > div.jspDragBottom",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > div.video-titre.ellipsis-text",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > span.sprite-play",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-heure",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-texte > div.video-description > div.video-titre"
+ ],
+ "nodesWithInlineCSS": [
+ "body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-pluzz (display: none)",
+ "body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-on-en-a-parle (display: none)",
+ "body > div#abroad (display: block;)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite (visibility: visible;)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div#video473428253058411334649216441 (width: 300px; height: 250px;)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > iframe[24] (display:none)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[27] (height:0px;width:0px;overflow:hidden)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[27] > iframe[1] (height:0px;width:0px)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[30] (height:0px;width:0px;overflow:hidden)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[30] > iframe[1] (height:0px;width:0px)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[32] (height:0px;width:0px;overflow:hidden)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[32] > iframe[1] (height:0px;width:0px)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > iframe[34] (width: 0px; height: 0px; border: 0px; display: none;)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > img[36] (display:none;)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > iframe[37] (display: none !important;)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[0] > a.direct-lien.france2 > div.progressBar > div.color-bar (width:5%)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[1] > a.direct-lien.france3 > div.progressBar > div.color-bar (width:91%)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[2] > a.direct-lien.france4 > div.progressBar > div.color-bar (width:88%)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[3] > a.direct-lien.france5 > div.progressBar > div.color-bar (width:91%)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[4] > a.direct-lien.franceo > div.progressBar > div.color-bar (width:81%)",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[5] > a.direct-lien.franceinfo > div.progressBar > div.color-bar (width:100%)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable (overflow: hidden; padding: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer (width: 188px; height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane (padding: 0px; width: 167px; top: 0px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack (height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag (height: 60px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable (overflow: hidden; padding: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer (width: 188px; height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane (padding: 0px; width: 167px; top: 0px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack (height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag (height: 60px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable (overflow: hidden; padding: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer (width: 188px; height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane (padding: 0px; width: 167px; top: 0px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack (height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag (height: 60px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable (overflow: hidden; padding: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer (width: 188px; height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane (padding: 0px; width: 167px; top: 0px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack (height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag (height: 60px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable (overflow: hidden; padding: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer (width: 188px; height: 554px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane (padding: 0px; top: 0px; left: 0px; width: 188px;)",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack (height: 100%; )",
+ "body > div#cboxOverlay (display: none;)",
+ "body > div#colorbox (display: none;)",
+ "body > div#colorbox > div#cboxWrapper > div[0] > div#cboxTopLeft (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[0] > div#cboxTopCenter (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[0] > div#cboxTopRight (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] (clear: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxMiddleLeft (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxContent (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxContent > div#cboxTitle (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxContent > div#cboxCurrent (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxContent > div#cboxLoadingOverlay (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxContent > div#cboxLoadingGraphic (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[1] > div#cboxMiddleRight (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[2] (clear: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[2] > div#cboxBottomLeft (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[2] > div#cboxBottomCenter (float: left;)",
+ "body > div#colorbox > div#cboxWrapper > div[2] > div#cboxBottomRight (float: left;)",
+ "body > div#colorbox > div[1] (position: absolute; width: 9999px; visibility: hidden; display: none; max-width: none;)",
+ "body > ul#ui-id-1 (display: none;)",
+ "body > div.kxhead (display:none !important;)"
+ ],
+ "imagesWithoutDimensions": [
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > img[36] ",
+ "body > section#page > div.alternate-color > div#enDirect > div#mea-droite > a[0] > img[0] ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[0] > a.direct-lien.france2 > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[1] > a.direct-lien.france3 > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[2] > a.direct-lien.france4 > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[3] > a.direct-lien.france5 > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[4] > a.direct-lien.franceo > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enDirect > div[3] > ul#direct > li[5] > a.direct-lien.franceinfo > div.vignette-live > img.video-img ",
+ "body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > a.plusregardes-lien.ellipsis-container > img.video-img ",
+ "body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > a.plusregardes-lien.ellipsis-container > img.video-img ",
+ "body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > a.plusregardes-lien.ellipsis-container > img.video-img ",
+ "body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > a.plusregardes-lien.ellipsis-container > img.video-img ",
+ "body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > a.plusregardes-lien.ellipsis-container > img.video-img ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane > a.programme-guide.guide-vignette > img.video-img-guide ",
+ "body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > img.vad-img ",
+ "body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > img.vad-img ",
+ "body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > img.vad-img ",
+ "body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > img.vad-img ",
+ "body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > img.vad-img ",
+ "body > div#footer-transverse > div#ft-body-box > div#ft-body > div#ft-body-container > ul#jeux > li[1] > a.ft-first-item > img[0] ",
+ "body > div#footer-transverse > div#ft-body-box > div#ft-body > div#ft-body-container > div#fluxInfo > ul#info > li[1] > a.ft-first-item > img[0] ",
+ "body > div#footer-transverse > div#ft-body-box > div#ft-body > div#ft-body-container > div#fluxPluzz > ul#pluzz > li[1] > a.ft-first-item > img[0] "
+ ],
+ "DOMidDuplicated": [
+ "guide-tranche-1: 8 occurrences",
+ "guide-tranche-2: 8 occurrences",
+ "guide-tranche-3: 8 occurrences"
+ ],
+ "domains": [
+ "pixel.rubiconproject.com: 15 request(s)",
+ "ib.adnxs.com: 13 request(s)",
+ "refonte.webservices.francetelevisions.fr: 11 request(s)",
+ "pluzz.francetv.fr: 10 request(s)",
+ "newsletters.francetv.fr: 9 request(s)",
+ "ads.stickyadstv.com: 9 request(s)",
+ "static.francetv.fr: 7 request(s)",
+ "its.tradelab.fr: 7 request(s)",
+ "dt.adsafeprotected.com: 6 request(s)",
+ "cdn.krxd.net: 5 request(s)",
+ "cm.g.doubleclick.net: 5 request(s)",
+ "gum.criteo.com: 4 request(s)",
+ "optimized-by.rubiconproject.com: 4 request(s)",
+ "token.rubiconproject.com: 4 request(s)",
+ "www.google-analytics.com: 3 request(s)",
+ "cdn.tradelab.fr: 3 request(s)",
+ "pix04.revsci.net: 3 request(s)",
+ "api.lereferentiel.francetv.fr: 2 request(s)",
+ "logc238.xiti.com: 2 request(s)",
+ "pub.ftv-publicite.fr: 2 request(s)",
+ "sync.mathtag.com: 2 request(s)",
+ "cdn.turn.com: 2 request(s)",
+ "beacon.krxd.net: 2 request(s)",
+ "s.update.rubiconproject.com: 2 request(s)",
+ "tap2-cdn.rubiconproject.com: 2 request(s)",
+ "match.adsrvr.org: 2 request(s)",
+ "rub.pxl.ace.advertising.com: 2 request(s)",
+ "pixel.adsafeprotected.com: 2 request(s)",
+ "rubicon-match.dotomi.com: 2 request(s)",
+ "cm.adgrx.com: 2 request(s)",
+ "sync.1rx.io: 2 request(s)",
+ "tags.bluekai.com: 2 request(s)",
+ "rp.gwallet.com: 2 request(s)",
+ "s3.algovid.com: 2 request(s)",
+ "pluzz.webservices.francetelevisions.fr: 1 request(s)",
+ "googleads.g.doubleclick.net: 1 request(s)",
+ "www.facebook.com: 1 request(s)",
+ "pq-direct.revsci.net: 1 request(s)",
+ "4610658.fls.doubleclick.net: 1 request(s)",
+ "5110145.fls.doubleclick.net: 1 request(s)",
+ "www.francetvinfo.fr: 1 request(s)",
+ "stats.g.doubleclick.net: 1 request(s)",
+ "staticftv-a.akamaihd.net: 1 request(s)",
+ "rtd.tubemogul.com: 1 request(s)",
+ "ad2play.ftv-publicite.fr: 1 request(s)",
+ "ads.rubiconproject.com: 1 request(s)",
+ "cdn.oas-eu1.adnxs.com: 1 request(s)",
+ "lpm-francetv.nuggad.net: 1 request(s)",
+ "sync.adaptv.advertising.com: 1 request(s)",
+ "www.google.com: 1 request(s)",
+ "presentation-hkg1.turn.com: 1 request(s)",
+ "www.google.com.ph: 1 request(s)",
+ "p.algovid.com: 1 request(s)",
+ "tap.rubiconproject.com: 1 request(s)",
+ "c.algovid.com: 1 request(s)",
+ "rc.d.chango.com: 1 request(s)",
+ "boa-pluzz.francetelevisions.fr: 1 request(s)",
+ "pixel.tapad.com: 1 request(s)",
+ "sync.ipredictive.com: 1 request(s)",
+ "ad.turn.com: 1 request(s)",
+ "bidi-geo.mythings.com: 1 request(s)",
+ "pixel-a.sitescout.com: 1 request(s)",
+ "sync.extend.tv: 1 request(s)",
+ "tap-s.rubiconproject.com: 1 request(s)",
+ "map.media6degrees.com: 1 request(s)",
+ "rtb-rubicon-user-sync.virool.com: 1 request(s)"
+ ],
+ "globalVariables": [
+ "$",
+ "$zoneAbroad",
+ "AT_click",
+ "AT_hit",
+ "AudienceScience",
+ "CEDATO_API",
+ "CEDATO_FLASHBRIDGE11501",
+ "CEDATO_TAG",
+ "CHROMECAST_APPS_ID",
+ "CHROMECAST_APP_ID",
+ "CLIENT",
+ "ChromeCastReceiver",
+ "EventEmitter",
+ "FlashObject",
+ "Handlebars",
+ "IMAGES_BASE_URL",
+ "Krux",
+ "NREUM",
+ "OAS_AD",
+ "OAS_RICH",
+ "OAS_listpos",
+ "OAS_sitepage",
+ "PlayerSnapshot",
+ "Pluzz",
+ "PluzzCast",
+ "PluzzDiffusionsStorage",
+ "Promise",
+ "RSVP",
+ "RecommandationsHome",
+ "RubiconAdServing",
+ "SERVER",
+ "SWFObject",
+ "XMLHttpRequest",
+ "Xt_id",
+ "Xtconf",
+ "Xtcore",
+ "__IASVANS",
+ "__nr_require",
+ "a",
+ "asiAdserver",
+ "asiPlacements",
+ "asiPqTag",
+ "attag",
+ "autoCompletePluzz",
+ "axel",
+ "callWs",
+ "checkIt",
+ "customRecommandations",
+ "data",
+ "deconcept",
+ "define",
+ "detect",
+ "error",
+ "form_newsletter_url",
+ "ftv_metanav",
+ "ftvenShortTitle",
+ "ftvi_portail",
+ "ftvi_rubrique",
+ "ftvi_section",
+ "ga",
+ "gaData",
+ "gaGlobal",
+ "gaplugins",
+ "getQueryParamValue",
+ "getTickerTranche",
+ "iframe",
+ "inViewport",
+ "injectScript",
+ "jQuery",
+ "lSc",
+ "lancerRecherche",
+ "lazyLoadLight",
+ "lazyload",
+ "lzld",
+ "miseEnAvant",
+ "naturalImageOnLoad",
+ "naturalImages",
+ "newrelic",
+ "o_",
+ "pluzzBox",
+ "pluzzMenu",
+ "ref",
+ "require",
+ "resizeImage",
+ "rgb2hex",
+ "rp_account_config",
+ "rp_onUserIdLoaded_369300_10",
+ "rp_onUserIdLoaded_57136_15",
+ "rp_onUserIdLoaded_64921_15",
+ "rp_onUserIdLoaded_82932_10",
+ "rp_requests",
+ "rp_smartfile",
+ "rpx_params",
+ "rubicon_ad",
+ "rubicon_cb",
+ "rubicon_creative",
+ "rubicon_rurl",
+ "rubicon_tag_code",
+ "sandblaster",
+ "tl_sync",
+ "tldc",
+ "wck",
+ "x",
+ "xd",
+ "xt1",
+ "xt16",
+ "xt21",
+ "xt29",
+ "xt44",
+ "xt7",
+ "xt8",
+ "xt8b",
+ "xt9",
+ "xtLogDom",
+ "xt_ParseUrl",
+ "xt_ParseUrl3",
+ "xt_ac",
+ "xt_ad",
+ "xt_adc",
+ "xt_addProduct",
+ "xt_addProduct_load",
+ "xt_addProduct_v2",
+ "xt_addchain",
+ "xt_adi",
+ "xt_an",
+ "xt_click",
+ "xt_form",
+ "xt_med",
+ "xt_multc",
+ "xt_mvt",
+ "xt_rd",
+ "xt_rm",
+ "xtdi",
+ "xtf1",
+ "xtf3",
+ "xtfirst",
+ "xtidpg",
+ "xtn2",
+ "xtnv",
+ "xtp",
+ "xtpage",
+ "xtparam",
+ "xtsd",
+ "xtsite",
+ "xttredir",
+ "xtv",
+ "xtvid",
+ "xw"
+ ],
+ "globalVariablesFalsy": [
+ "xtfirst = false",
+ "SERVER = false"
+ ],
+ "headersBiggerThanContent": [
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 (body: 0.04 kB / headers: 0.71 kB)",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView (body: 0.04 kB / headers: 0.38 kB)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AEAAAAQAI~&jid=201444148&cid=1071888932.1482935762&tid=UA-12822736-1&_r=1&z=1013049121 (body: 0.36 kB / headers: 0.44 kB)",
+ "http://pix04.revsci.net/F09828/b3/0/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0 (body: 0.00 kB / headers: 0.79 kB)",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (body: 0.16 kB / headers: 0.54 kB)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 (body: 0.03 kB / headers: 0.31 kB)",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (body: 0.04 kB / headers: 1.11 kB)",
+ "http://4610658.fls.doubleclick.net/activityi;src=4610658;type=invmedia;cat=k1xypqoz;ord=1? (body: 0.19 kB / headers: 0.85 kB)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=tlsync&uuid2=$UID&callback=tl_sync (body: 0.00 kB / headers: 0.74 kB)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref= (body: 0.00 kB / headers: 0.43 kB)",
+ "http://ib.adnxs.com/seg?add=494671&t=2 (body: 0.00 kB / headers: 0.68 kB)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F (body: 0.00 kB / headers: 1.04 kB)",
+ "http://ads.stickyadstv.com/auto-user-sync (body: 0.00 kB / headers: 0.48 kB)",
+ "http://ads.stickyadstv.com/cookie-forwarding?id=91 (body: 0.00 kB / headers: 0.44 kB)",
+ "http://ib.adnxs.com/seg?add=577824&t=2 (body: 0.00 kB / headers: 0.68 kB)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync (body: 0.00 kB / headers: 0.77 kB)",
+ "https://5110145.fls.doubleclick.net/activityi;src=5110145;type=invmedia;cat=9ticfyvg;ord=1? (body: 0.19 kB / headers: 0.92 kB)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (body: 0.04 kB / headers: 0.82 kB)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (body: 0.00 kB / headers: 0.97 kB)",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 (body: 0.03 kB / headers: 0.43 kB)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc (body: 0.31 kB / headers: 0.54 kB)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (body: 0.04 kB / headers: 0.82 kB)",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg (body: 0.32 kB / headers: 0.40 kB)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (body: 0.05 kB / headers: 0.67 kB)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=141&userId=CAESEBs_rqjcK1hSr7hn7mvo8MM&google_cver=1 (body: 0.00 kB / headers: 0.63 kB)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (body: 0.04 kB / headers: 0.22 kB)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F (body: 0.00 kB / headers: 1.04 kB)",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 (body: 0.04 kB / headers: 0.75 kB)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (body: 0.00 kB / headers: 0.97 kB)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (body: 0.29 kB / headers: 0.56 kB)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=187&userId=-3304172207026335775 (body: 0.00 kB / headers: 0.58 kB)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (body: 0.29 kB / headers: 0.56 kB)",
+ "http://cdn.oas-eu1.adnxs.com/0/default/empty.gif (body: 0.04 kB / headers: 0.31 kB)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (body: 0.29 kB / headers: 0.56 kB)",
+ "http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID (body: 0.00 kB / headers: 0.71 kB)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=209&userId=2974760119062136432 (body: 0.00 kB / headers: 0.61 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 (body: 0.06 kB / headers: 0.21 kB)",
+ "http://sync.adaptv.advertising.com/sync?rUrl=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D145%26userId%3D%7Buid%7D (body: 0.00 kB / headers: 0.38 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (body: 0.04 kB / headers: 0.49 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (body: 0.04 kB / headers: 0.80 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (body: 0.04 kB / headers: 0.77 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 (body: 0.06 kB / headers: 0.21 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (body: 0.04 kB / headers: 0.49 kB)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=145&userId=4485781162146139132-VBf7158b2a-cd0a-11e6-a06a-0673a0838595 (body: 0.00 kB / headers: 0.65 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (body: 0.04 kB / headers: 0.49 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 (body: 0.04 kB / headers: 0.52 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 (body: 0.06 kB / headers: 0.21 kB)",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata (body: 0.24 kB / headers: 0.47 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 (body: 0.06 kB / headers: 0.21 kB)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (body: 0.00 kB / headers: 0.60 kB)",
+ "http://www.google.com/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605 (body: 0.36 kB / headers: 0.43 kB)",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y (body: 0.04 kB / headers: 0.28 kB)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (body: 0.09 kB / headers: 0.48 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (body: 0.00 kB / headers: 0.33 kB)",
+ "http://tap.rubiconproject.com/oz/feeds/krux/tokens?afu=K-w5dKy1 (body: 0.00 kB / headers: 0.56 kB)",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=18414&di=pluzz.francetv.fr&ap=&ti=d66046bc-2306-4162-850b-d7f1bbbeba79&dt=8736481428691810142000 (body: 0.00 kB / headers: 0.20 kB)",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 (body: 0.04 kB / headers: 0.71 kB)",
+ "http://s.update.rubiconproject.com/2/873648/analytics.js?si=19915&di=pluzz.francetv.fr&ap=&ti=c66e8591-abf7-4b91-8454-c8aec72f094e&dt=8736481428691810142000 (body: 0.00 kB / headers: 0.20 kB)",
+ "http://pix04.revsci.net/D08734/a3/0/3/0.302?matchId=102 (body: 0.00 kB / headers: 1.23 kB)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 (body: 0.00 kB / headers: 0.69 kB)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=rubicon&google_cm&google_sc (body: 0.32 kB / headers: 0.54 kB)",
+ "http://match.adsrvr.org/track/cmf/rubicon (body: 0.11 kB / headers: 0.56 kB)",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee (body: 0.04 kB / headers: 0.35 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (body: 0.04 kB / headers: 0.76 kB)",
+ "http://token.rubiconproject.com/token?pid=37556&a=1 (body: 0.00 kB / headers: 0.45 kB)",
+ "http://token.rubiconproject.com/token?pid=2046&pt=n&a=1 (body: 0.00 kB / headers: 0.41 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (body: 0.04 kB / headers: 0.80 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (body: 0.04 kB / headers: 0.83 kB)",
+ "http://rc.d.chango.com/m/rc (body: 0.03 kB / headers: 0.47 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 (body: 0.04 kB / headers: 0.88 kB)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1 (body: 0.00 kB / headers: 0.47 kB)",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (body: 0.09 kB / headers: 0.47 kB)",
+ "http://sync.ipredictive.com/d/sync/cookie/generic?http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=$%7BADELPHIC_CUID%7D&expires=30 (body: 0.00 kB / headers: 0.39 kB)",
+ "http://ad.turn.com/server/pixel.htm?fpid=6&sp=y (body: 0.38 kB / headers: 0.52 kB)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 (body: 0.00 kB / headers: 0.58 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 (body: 0.04 kB / headers: 1.34 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (body: 0.04 kB / headers: 0.92 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (body: 0.04 kB / headers: 0.99 kB)",
+ "http://rubicon-match.dotomi.com/rubicon/match?nuid= (body: 0.00 kB / headers: 0.33 kB)",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0 (body: 0.04 kB / headers: 0.24 kB)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon (body: 0.00 kB / headers: 0.54 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://bidi-geo.mythings.com/bidi/rubicon (body: 0.00 kB / headers: 0.18 kB)",
+ "http://pixel-a.sitescout.com/dmp/pixelSync?nid=1 (body: 0.00 kB / headers: 0.83 kB)",
+ "http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1 (body: 0.17 kB / headers: 0.68 kB)",
+ "http://tags.bluekai.com/site/6123?redir=http://tap-t.rubiconproject.com/oz/feeds/bluekai/tokens?afu=$_BK_UUID (body: 0.00 kB / headers: 0.60 kB)",
+ "http://rp.gwallet.com/r1/cm/p29 (body: 0.00 kB / headers: 0.42 kB)",
+ "http://sync.extend.tv/r.gif?exchange=rubicon (body: 0.13 kB / headers: 0.51 kB)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (body: 0.17 kB / headers: 0.38 kB)",
+ "http://map.media6degrees.com/orbserv/hbpix?pixId=4857 (body: 0.04 kB / headers: 0.20 kB)",
+ "http://rtb-rubicon-user-sync.virool.com/rubicon_user_sync (body: 0.15 kB / headers: 0.38 kB)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (body: 0.00 kB / headers: 0.58 kB)",
+ "http://rp.gwallet.com/r1/cm/p29?check_uid_cookie (body: 0.00 kB / headers: 0.58 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (body: 0.04 kB / headers: 1.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (body: 0.04 kB / headers: 1.09 kB)",
+ "http://tags.bluekai.com/site/6123?dt=0&r=1375346067&sig=650874363&bkca=KJyguAlJnnnBvYAoLBnUn6AL6YlHv0oB0Apmp0LG0L2vEufHuXfwNzIF6A2nED6oNAdvvDlBELpDnX7wEL6g+A21vfPPiU40MQXB2UxO9Yb+s8W= (body: 0.00 kB / headers: 0.50 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (body: 0.04 kB / headers: 1.12 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (body: 0.04 kB / headers: 1.18 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (body: 0.04 kB / headers: 0.24 kB)",
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 (body: 0.00 kB / headers: 0.71 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (body: 0.04 kB / headers: 1.20 kB)",
+ "http://rubicon-match.dotomi.com/rubicon/match?dtm_test=6b2c354a0e830948&nuid= (body: 0.00 kB / headers: 0.41 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (body: 0.04 kB / headers: 1.25 kB)"
+ ],
+ "closedConnections": [
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=",
+ "http://pixel.adsafeprotected.com/jload?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20",
+ "http://rubicon-match.dotomi.com/rubicon/match?nuid=",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w"
+ ],
+ "localStorageEntries": [
+ "totalCalls",
+ "kxtag55619.day",
+ "OB-USER-TOKEN",
+ "_kxuser",
+ "kxgeo",
+ "uid",
+ "kxtag62554.day",
+ "kxallsegs",
+ "_kxvisits",
+ "lastRecos-undefined",
+ "kxvisits",
+ "_kxgeo",
+ "totalCallsTimeout",
+ "_kxkuid",
+ "_kxtag78425.day",
+ "kxsegs_rt",
+ "kxtag55618.day",
+ "kxsegs",
+ "_kxtag55618.day",
+ "_kxsegs_rt",
+ "kxwhistle",
+ "kxkuid",
+ "kxuser",
+ "kxtag66775.day",
+ "_kxtag66775.day",
+ "_kxevent3p",
+ "kxtech",
+ "_kxtag55619.day",
+ "__VASTUtil__",
+ "rubiconSmartTagData",
+ "kxtag80973.day",
+ "_kxtech",
+ "_kxtag62554.day",
+ "kxtag79842.day",
+ "kxtag78425.day",
+ "debugMode",
+ "kxevent3p",
+ "_kxtag83101.day",
+ "_kxtag79842.day",
+ "_kxallsegs",
+ "_kxsegs",
+ "kxtag83101.day",
+ "_kxtag80973.day",
+ "_kxwhistle"
+ ],
+ "redirects": [
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 is a redirect (HTTP 302 Moved Temporarily) to http://www.google.com/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605 (took 766 ms)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AEAAAAQAI~&jid=201444148&cid=1071888932.1482935762&tid=UA-12822736-1&_r=1&z=1013049121 is a redirect (HTTP 302 Moved Temporarily) to https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 (took 271 ms)",
+ "http://pix04.revsci.net/F09828/b3/0/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0 is a redirect (HTTP 302 Moved Temporarily) to /F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (took 687 ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=tlsync&uuid2=$UID&callback=tl_sync is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync (took 499 ms)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref= is a redirect (HTTP 302 Moved Temporarily) to /hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (took 1258 ms)",
+ "http://ib.adnxs.com/seg?add=494671&t=2 is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (took 308 ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (took 321 ms)",
+ "http://ads.stickyadstv.com/auto-user-sync is a redirect (HTTP 302 Moved Temporarily) to http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc (took 767 ms)",
+ "http://ads.stickyadstv.com/cookie-forwarding?id=91 is a redirect (HTTP 302 Moved Temporarily) to http://ad2play.ftv-publicite.fr/sticky.ads? (took 819 ms)",
+ "http://ib.adnxs.com/seg?add=577824&t=2 is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (took 487 ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dtlsync%26uuid2%3D%24UID%26callback%3Dtl_sync is a redirect (HTTP 302 Moved Temporarily) to //its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (took 263 ms)",
+ "http://its.tradelab.fr/?type=tp&advid=94597&adata=%7B%22c%22%3A%7B%22ref_url%22%3A%22%22%2C%22ref_ts%22%3A1482935762%2C%22page_url%22%3A%22pluzz.francetv.fr%2F%22%2C%22dm%22%3A%22francetv.fr%22%7D%2C%22v%22%3A%7B%22vis_cnt%22%3A1%2C%22frst_vis_ts%22%3A1482935762%2C%22prev_vis_ts%22%3A1482935762%2C%22curr_vis_ts%22%3A1482935762%2C%22total_page_cnt%22%3A1%2C%22prev_page_cnt%22%3A1%2C%22curr_page_cnt%22%3A1%7D%7D is a redirect (HTTP 302 Moved Temporarily) to https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (took 854 ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D494671%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F is a redirect (HTTP 302 Moved Temporarily) to //its.tradelab.fr/?type=seg&uuid2=7863569432388688190&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F (took 296 ms)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=stickyxchange_dbm&google_cm=&google_sc is a redirect (HTTP 302 Moved Temporarily) to http://ads.stickyadstv.com/user-registering?dataProviderId=141&userId=CAESEBs_rqjcK1hSr7hn7mvo8MM&google_cver=1 (took 332 ms)",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg is a redirect (HTTP 301 Moved Permanently) to http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg (took 807 ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=141&userId=CAESEBs_rqjcK1hSr7hn7mvo8MM&google_cver=1 is a redirect (HTTP 302 Moved Temporarily) to http://rtd.tubemogul.com/upi/pid/wGbQAlJJ?redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D187%26userId%3D%24%7BTM_USER_ID%7D (took 379 ms)",
+ "http://ib.adnxs.com/getuid?//its.tradelab.fr/?type=seg&uuid2=$UID&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%252F5.0%2520(Windows%2520NT%25206.1)%2520AppleWebKit%252F537.36%2520(KHTML%252C%2520like%2520Gecko)%2520YLT%2520Chrome%252F27.0.1453.110%2520Safari%252F537.36&ur=http%253A%252F%252Fpluzz.francetv.fr%252F is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F (took 1235 ms)",
+ "http://its.tradelab.fr/?type=seg&uuid2=7863569432388688190&sid=494671&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F is a redirect (HTTP 302 Moved Temporarily) to https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (took 621 ms)",
+ "http://ib.adnxs.com/bounce?%2Fgetuid%3F%2F%2Fits.tradelab.fr%2F%3Ftype%3Dseg%26uuid2%3D%24UID%26sid%3D577824%26val%3Dnull%26fp%3D0%26advid%3D94597%26isregen%3D0%26ua%3DMozilla%25252F5.0%252520%28Windows%252520NT%2525206.1%29%252520AppleWebKit%25252F537.36%252520%28KHTML%25252C%252520like%252520Gecko%29%252520YLT%252520Chrome%25252F27.0.1453.110%252520Safari%25252F537.36%26ur%3Dhttp%25253A%25252F%25252Fpluzz.francetv.fr%25252F is a redirect (HTTP 302 Moved Temporarily) to //its.tradelab.fr/?type=seg&uuid2=2974760119062136432&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F (took 342 ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm is a redirect (HTTP 302 Moved Temporarily) to https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (took 1027 ms)",
+ "http://rtd.tubemogul.com/upi/pid/wGbQAlJJ?redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D187%26userId%3D%24%7BTM_USER_ID%7D is a redirect (HTTP 302 Moved Temporarily) to http://ads.stickyadstv.com/user-registering?dataProviderId=187&userId=-3304172207026335775 (took 903 ms)",
+ "http://its.tradelab.fr/?type=seg&uuid2=2974760119062136432&sid=577824&val=null&fp=0&advid=94597&isregen=0&ua=Mozilla%2F5.0%20(Windows%20NT%206.1)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20YLT%20Chrome%2F27.0.1453.110%20Safari%2F537.36&ur=http%3A%2F%2Fpluzz.francetv.fr%2F is a redirect (HTTP 302 Moved Temporarily) to https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm (took 464 ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=187&userId=-3304172207026335775 is a redirect (HTTP 302 Moved Temporarily) to http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID (took 247 ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm is a redirect (HTTP 302 Moved Temporarily) to https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (took 1099 ms)",
+ "https://cm.g.doubleclick.net/pixel?google_nid=tradelab_dmp&google_cm is a redirect (HTTP 302 Moved Temporarily) to https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (took 414 ms)",
+ "http://ib.adnxs.com/getuid?http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D209%26userId%3D$UID is a redirect (HTTP 302 Moved Temporarily) to http://ads.stickyadstv.com/user-registering?dataProviderId=209&userId=2974760119062136432 (took 304 ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=209&userId=2974760119062136432 is a redirect (HTTP 302 Moved Temporarily) to http://sync.adaptv.advertising.com/sync?rUrl=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D145%26userId%3D%7Buid%7D (took 330 ms)",
+ "http://sync.adaptv.advertising.com/sync?rUrl=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D145%26userId%3D%7Buid%7D is a redirect (HTTP 302 Moved Temporarily) to http://ads.stickyadstv.com/user-registering?dataProviderId=145&userId=4485781162146139132-VBf7158b2a-cd0a-11e6-a06a-0673a0838595 (took 707 ms)",
+ "http://ads.stickyadstv.com/user-registering?dataProviderId=145&userId=4485781162146139132-VBf7158b2a-cd0a-11e6-a06a-0673a0838595 is a redirect (HTTP 302 Moved Temporarily) to http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (took 804 ms)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D is a redirect (HTTP 302 Moved Temporarily) to http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D&mm_bnc&mm_bct (took 976 ms)",
+ "http://www.google.com/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605 is a redirect (HTTP 302 Moved Temporarily) to http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y (took 6714 ms)",
+ "http://tap.rubiconproject.com/oz/feeds/krux/tokens?afu=K-w5dKy1 is a redirect (HTTP 302 Moved Temporarily) to https://token.rubiconproject.com/token?pid=27384&puid=K-w5dKy1&p=1 (took 3853 ms)",
+ "http://pix04.revsci.net/D08734/a3/0/3/0.302?matchId=102 is a redirect (HTTP 302 Moved Temporarily) to //pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (took 701 ms)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (took 710 ms)",
+ "http://cm.g.doubleclick.net/pixel?google_nid=rubicon&google_cm&google_sc is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (took 609 ms)",
+ "http://match.adsrvr.org/track/cmf/rubicon is a redirect (HTTP 302 Moved Temporarily) to http://match.adsrvr.org/track/cmb/rubicon? (took 1006 ms)",
+ "http://token.rubiconproject.com/token?pid=37556&a=1 is a redirect (HTTP 302 Moved Temporarily) to http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (took 217 ms)",
+ "http://token.rubiconproject.com/token?pid=2046&pt=n&a=1 is a redirect (HTTP 302 Moved Temporarily) to http://rubicon-match.dotomi.com/rubicon/match?nuid= (took 392 ms)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1 is a redirect (HTTP 302 Moved Temporarily) to /cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 (took 1398 ms)",
+ "http://sync.ipredictive.com/d/sync/cookie/generic?http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=$%7BADELPHIC_CUID%7D&expires=30 is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (took 1045 ms)",
+ "http://rub.pxl.ace.advertising.com/cfcm.ashx?providerId=1007&extMatch=1&rcode=1&ctst=1 is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 (took 459 ms)",
+ "http://rubicon-match.dotomi.com/rubicon/match?nuid= is a redirect (HTTP 302 Moved Temporarily) to /rubicon/match?dtm_test=6b2c354a0e830948&nuid= (took 1021 ms)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon is a redirect (HTTP 302 Moved Temporarily) to http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (took 2233 ms)",
+ "http://sync.1rx.io/usersync2/rubicon is a redirect (HTTP 302 Moved Temporarily) to http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1 (took 2242 ms)",
+ "http://pixel-a.sitescout.com/dmp/pixelSync?nid=1 is a redirect (HTTP 302 Moved Temporarily) to http://bcp.crwdcntrl.net/map/c=1389/tp=STSC/tpid=1d4a4b84-bc18-4844-b92e-ba8d11a75823?http%3A%2F%2Fsu.addthis.com%2Fred%2Fusync%3Fpid%3D11185%26puid%3D1d4a4b84-bc18-4844-b92e-ba8d11a75823%26url%3Dhttp%253A%252F%252Fpixel.rubiconproject.com%252Ftap.php%253Fv%253D7430%2526nid%253D2238%2526put%253D1d4a4b84-bc18-4844-b92e-ba8d11a75823%2526expires%253D360 (took 2283 ms)",
+ "http://match.adsrvr.org/track/cmf/generic?ttd_pid=adconductor&ttd_tpi=1 is a redirect (HTTP 302 Moved Temporarily) to http://sync.1rx.io/usersync/tradedesk/e6921f7e-568b-4755-ae3d-d0c43b1ec7db (took 212 ms)",
+ "http://tags.bluekai.com/site/6123?redir=http://tap-t.rubiconproject.com/oz/feeds/bluekai/tokens?afu=$_BK_UUID is a redirect (HTTP 302 Moved Temporarily) to http://tags.bluekai.com/site/6123?dt=0&r=1375346067&sig=650874363&bkca=KJyguAlJnnnBvYAoLBnUn6AL6YlHv0oB0Apmp0LG0L2vEufHuXfwNzIF6A2nED6oNAdvvDlBELpDnX7wEL6g+A21vfPPiU40MQXB2UxO9Yb+s8W= (took 2929 ms)",
+ "http://rp.gwallet.com/r1/cm/p29 is a redirect (HTTP 302 Moved Temporarily) to http://rp.gwallet.com/r1/cm/p29?check_uid_cookie (took 2530 ms)",
+ "http://sync.extend.tv/r.gif?exchange=rubicon is a redirect (HTTP 302 Moved Temporarily) to https://pixel.rubiconproject.com/tap.php?v=114806&nid=3840&put=2555d558-e258-470f-95b9-71086b8f4d2c (took 2974 ms)",
+ "http://rtb-rubicon-user-sync.virool.com/rubicon_user_sync is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (took 3031 ms)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (took 380 ms)",
+ "http://rp.gwallet.com/r1/cm/p29?check_uid_cookie is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (took 123 ms)",
+ "http://sync.1rx.io/usersync/tradedesk/e6921f7e-568b-4755-ae3d-d0c43b1ec7db is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (took 268 ms)",
+ "http://tags.bluekai.com/site/6123?dt=0&r=1375346067&sig=650874363&bkca=KJyguAlJnnnBvYAoLBnUn6AL6YlHv0oB0Apmp0LG0L2vEufHuXfwNzIF6A2nED6oNAdvvDlBELpDnX7wEL6g+A21vfPPiU40MQXB2UxO9Yb+s8W= is a redirect (HTTP 302 Moved Temporarily) to http://tap-t.rubiconproject.com/oz/feeds/bluekai/tokens?afu=J6DXPx99999NtZBR (took 245 ms)",
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D4894%26nid%3D1986%26put%3D$UID%26expires%3D30 is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (took 10903 ms)",
+ "http://rubicon-match.dotomi.com/rubicon/match?dtm_test=6b2c354a0e830948&nuid= is a redirect (HTTP 302 Moved Temporarily) to http://pixel.rubiconproject.com/tap.php?v=5364|1|90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (took 10626 ms)"
+ ],
+ "domainsToDomContentLoaded": [
+ "pluzz.francetv.fr (6 requests)",
+ "newsletters.francetv.fr (2 requests)"
+ ],
+ "assetsNotGzipped": [
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (JS)",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp (JS)",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus (JS)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (JS)",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 (JS)",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 (JS)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 (JS)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 (JS)",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 (JS)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (JS)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (JS)"
+ ],
+ "assetsWithQueryString": [
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY (JS)",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007 (JS)",
+ "http://pluzz.webservices.francetelevisions.fr/pluzz/programme/?callback=pluzz_web_liste (JS)",
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 (IMAGE)",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView (IMAGE)",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (JS)",
+ "http://cdn.tradelab.fr/seg.js?add=494671 (JS)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 (IMAGE)",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp (JS)",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus (JS)",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (IMAGE)",
+ "http://cdn.tradelab.fr/seg.js?add=577824 (JS)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (IMAGE)",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 (IMAGE)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (IMAGE)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (JS)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (IMAGE)",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 (IMAGE)",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 (JS)",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 (JS)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (IMAGE)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (IMAGE)",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 (JS)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 (JS)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 (IMAGE)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 (JS)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 (JS)",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata (JS)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 (JS)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (IMAGE)",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 (JS)",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B (JS)",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y (IMAGE)",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr (JS)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (JS)",
+ "http://beacon.krxd.net/pixel.gif?source=smarttag&fired=report&confid=J1mXKWTY&_kpid=635dd276-df1b-4b12-9873-16257c79d278&_kcp_s=Pluzz.francetv.fr&_kcp_d=pluzz.francetv.fr&_knifr=3&_kua_kx_tz=-480&geo_country=ph&geo_region=ceb&_kua_kx_lang=fr-fr&_kua_kx_tech_browser_language=fr-fr&_kua_kx_geo_country=ph&_kua_kx_geo_region=ceb&_kua_kx_tech_browser=Chrome%2027&_kua_kx_tech_manufacturer=Microsoft%20Corporation&_kua_kx_tech_device=Computer&_kua_kx_tech_os=Windows%207&_kua_kx_whistle=0&_kpa_ftvi_portail=francetv&_kpa_ftvi_section=francetvpluzz&_kpa_og_type=website&_kpa_og_title=francetv%20pluzz&t_navigation_type=0&t_dns=0&t_tcp=0&t_http_request=-1&t_http_response=2176&t_content_ready=3919&t_window_load=0&t_redirect=0&interchange_ran=false&userdata_was_requested=true&userdata_did_respond=true&store_user_after=rej1qnzgn&userdata_user=K-w5dKy1%2Crej1qnzgn&sview=1&kplt2=27061&kplt3=27062&kplt4=27066&kplt6=27085&jsonp_requests=%2F%2Fbeacon.krxd.net%2Foptout_check%2CNaN%2C%2F%2Fcdn.krxd.net%2Fuserdata%2Fget%2C540 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 (IMAGE)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 (IMAGE)",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 (IMAGE)",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (IMAGE)",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0 (IMAGE)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (IMAGE)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (JS)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (IMAGE)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (IMAGE)"
+ ],
+ "assetsWithCookies": [
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 (IMAGE)",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView (IMAGE)",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (JS)",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (IMAGE)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (IMAGE)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (IMAGE)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (JS)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (IMAGE)",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 (IMAGE)",
+ "http://pub.ftv-publicite.fr/4/www.pluzz.fr/accueil/1482935761923@x01,x02,Middle?kuid=rej06roee (JS)",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 (JS)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (IMAGE)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (IMAGE)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (IMAGE)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 (IMAGE)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (IMAGE)",
+ "http://presentation-hkg1.turn.com/server/ads.js?pub=5766351&cch=5766918&code=5766930&l=300x250&aid=40627080&ahcid=16494106&bimpd=~FQ78cZYKnSv-qUJzSeIMEHHvpFWc2rAXK0GHEwSfKDQ2LNGVpeWSGbr8Es3N70RYSWn6irTH0LUt-Obbe8S2F70yRopjJbJBXnEh4lxcbCLR0UeqTSCWCIxuHvL6asNzwDHsVQ_xbl3m8xuDE2GG32hqytW9oqFvhz9avm2nqqUpCRBlEdJvkTTP4EthQln5ynhoeju-sxgvRAj_V9LMNcxhXA-fEBaektwG60jnlLXq2EoLdyU-AXU8Jzq00ewPco2CTEFqhY1Mho5accWtrLYN39QORzgTINuTkSiuDOVSmKqyzGaN2-wz8KQcyPyXFbQmeWpj9LmMo6hT1CkH0gxdaQuN-4JvpR78ta6MrLa8Wl8fHbf_UiLovtS9r0ThfOd7W04pCcCczIGOV8VKWzjjjq3vQCkGRXTsUDKwLBdRP-mb8LCBbcQ1TU8CkuapQwj8FscFkd8Elh5_LUzI2oJmzVg3hyKE4yb9tM0AiK3-W-mzjBytBs29PuaKBoxxpq0gqmx66uLyJV_1DOWYoD5DdWHAnREUVRrSrdSpZmn4l13mCRYguA_tetuIMl1ew8exLFWFI1XtxqE7LwxMJRbMPJT9xxYrb6UM3Hk0zQfu4jq9KuTyZYV2C1_EHiVCEL_ys-tODeoNSdm8xBhu9mochzoIbQo-K4U14x6sgqJBL5toyHKeZiPllH-mi4bfrhwNfj7DneLS9Qz1bkwWS1bYGU5wNvXk0SKslQLdATVaaQqSHY_yESqLe2tj6wDiGQURRg9kRSx9nK_ctGr_7PlMiuj_7DlTMAc5Ll1HuyVM6nlaecUsjWgM3NexwjKi&acp=A72B8E719475467B (JS)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (JS)",
+ "http://beacon.krxd.net/pixel.gif?source=smarttag&fired=report&confid=J1mXKWTY&_kpid=635dd276-df1b-4b12-9873-16257c79d278&_kcp_s=Pluzz.francetv.fr&_kcp_d=pluzz.francetv.fr&_knifr=3&_kua_kx_tz=-480&geo_country=ph&geo_region=ceb&_kua_kx_lang=fr-fr&_kua_kx_tech_browser_language=fr-fr&_kua_kx_geo_country=ph&_kua_kx_geo_region=ceb&_kua_kx_tech_browser=Chrome%2027&_kua_kx_tech_manufacturer=Microsoft%20Corporation&_kua_kx_tech_device=Computer&_kua_kx_tech_os=Windows%207&_kua_kx_whistle=0&_kpa_ftvi_portail=francetv&_kpa_ftvi_section=francetvpluzz&_kpa_og_type=website&_kpa_og_title=francetv%20pluzz&t_navigation_type=0&t_dns=0&t_tcp=0&t_http_request=-1&t_http_response=2176&t_content_ready=3919&t_window_load=0&t_redirect=0&interchange_ran=false&userdata_was_requested=true&userdata_did_respond=true&store_user_after=rej1qnzgn&userdata_user=K-w5dKy1%2Crej1qnzgn&sview=1&kplt2=27061&kplt3=27062&kplt4=27066&kplt6=27085&jsonp_requests=%2F%2Fbeacon.krxd.net%2Foptout_check%2CNaN%2C%2F%2Fcdn.krxd.net%2Fuserdata%2Fget%2C540 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 (IMAGE)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 (IMAGE)",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (IMAGE)",
+ "http://rc.d.chango.com/m/rc (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 (IMAGE)",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (IMAGE)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon (IMAGE)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (JS)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (IMAGE)",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (IMAGE)"
+ ],
+ "smallImages": [
+ "http://googleads.g.doubleclick.net/pagead/viewthroughconversion/1042195538/?value=0&guid=ON&script=0 (0.04 kB)",
+ "https://www.facebook.com/tr?id=882125681855230&ev=PageView (0.04 kB)",
+ "http://www.google-analytics.com/r/collect?v=1&_v=j47&a=209894968&t=pageview&_s=1&dl=http%3A%2F%2Fpluzz.francetv.fr%2F&ul=fr-fr&de=UTF-8&dt=francetv%20pluzz%20%3A%20programmes%20de%20France%20T%C3%A9l%C3%A9visions%20en%20direct%20ou%20en%20replay%20!&sd=24-bit&sr=1366x768&vp=1366x768&je=0&_u=AECAAAQAI~&jid=620729831&cid=1071888932.1482935762&tid=UA-38414326-1&_r=1&z=1064618144 (0.03 kB)",
+ "http://pix04.revsci.net/F09828/b3/Z/3/noscript.gif?D=DM_LOC%3Dhttp%253A%252F%252Fpluzz.francetv.fr%252F%2526bpid%253Dfrancetv%26DM_EOM%3D1&C=F09828&L=0&asidi=KsJoTdg4t-PCWJg0Bi5uTw (0.04 kB)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D494671%26t%3D2 (0.04 kB)",
+ "https://stats.g.doubleclick.net/r/collect?v=1&aip=1&t=dc&_r=3&tid=UA-12822736-1&cid=1071888932.1482935762&jid=201444148&_v=j47&z=1013049121 (0.03 kB)",
+ "http://ib.adnxs.com/bounce?%2Fseg%3Fadd%3D577824%26t%3D2 (0.04 kB)",
+ "http://logc238.xiti.com/hit.xiti?s=506685&s2=1&p=Accueil_site&vrn=1&lng=fr-FR&idp=2236011718056&jv=0&re=1366x768&vtag=4.6.2&hl=22x36x1&r=1366x768x24x24&rn=1482935761307&ref=&Rdt=On (0.04 kB)",
+ "http://ib.adnxs.com/seg?add=2491894:47&t=2 (0.04 kB)",
+ "http://cdn.oas-eu1.adnxs.com/0/default/empty.gif (0.04 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (0.04 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=151&d1=1&d10=2&d11=3&d12=3&d2=4&d13=2&d3=1&d4=0&d7=1&d8=1&d9=4&i46=3&i3=4&i42=4&i26=4&i27=4&i8=4&a18=2&g1=1&g2=1&g3=0&g4=0&g5=0&n1=1&n2=0&n3=0&n4=1&n5=0&n6=0&n7=0&n8=0&n9=0&f2=1&h1=0&h2=0&h3=0&h4=1&h5=0&h6=1&h7=0&h8=0&h9=1&h10=0&h11=1&h12=0&h13=1&h14=1&h15=0&h16=1&h17=0&qc=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (0.04 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=281&g=1&o=2&i=3&f=3&a=4&l=2&s=1&k=0&m=1&h=1&e=4&fa=3&ce=4&em=4&sp=4&ti=4&tr=4&tv=2&le=1&ag=1&pf=0&hy=0&uh=0&gp=1&kr=0&tk=0&we=1&rm=0&mi=0&wn=0&sw=0&bi=0&frq=1&cb=0&sa=0&ls=0&he=1&ym=0&lh=1&hm=0&gm=0&ht=1&bc=0&fs=1&cg=0&ds=1&hs=1&yc=0&tg=1&cf=0&ex=3&eb=4&ad=4&sb=2&on=4&c2=1&c3=3&c4=2 (0.04 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (0.04 kB)",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1 (0.04 kB)",
+ "http://ads.stickyadstv.com/data-registering?dataProviderId=681&alli=0&allitest=1 (0.04 kB)",
+ "http://sync.mathtag.com/sync/img?mt_exid=44&redir=http%3A%2F%2Fads.stickyadstv.com%2Fuser-registering%3FdataProviderId%3D183%26userId%3D%5BMM_UUID%5D (0.00 kB)",
+ "http://www.google.com.ph/ads/user-lists/1042195538/?script=0&random=59494699&fpvtc=/1042195538/%3Fvalue%3D0%26guid%3DON%26script%3D0%26random%3D185194605&ipr=y (0.04 kB)",
+ "http://beacon.krxd.net/pixel.gif?source=smarttag&fired=report&confid=J1mXKWTY&_kpid=635dd276-df1b-4b12-9873-16257c79d278&_kcp_s=Pluzz.francetv.fr&_kcp_d=pluzz.francetv.fr&_knifr=3&_kua_kx_tz=-480&geo_country=ph&geo_region=ceb&_kua_kx_lang=fr-fr&_kua_kx_tech_browser_language=fr-fr&_kua_kx_geo_country=ph&_kua_kx_geo_region=ceb&_kua_kx_tech_browser=Chrome%2027&_kua_kx_tech_manufacturer=Microsoft%20Corporation&_kua_kx_tech_device=Computer&_kua_kx_tech_os=Windows%207&_kua_kx_whistle=0&_kpa_ftvi_portail=francetv&_kpa_ftvi_section=francetvpluzz&_kpa_og_type=website&_kpa_og_title=francetv%20pluzz&t_navigation_type=0&t_dns=0&t_tcp=0&t_http_request=-1&t_http_response=2176&t_content_ready=3919&t_window_load=0&t_redirect=0&interchange_ran=false&userdata_was_requested=true&userdata_did_respond=true&store_user_after=rej1qnzgn&userdata_user=K-w5dKy1%2Crej1qnzgn&sview=1&kplt2=27061&kplt3=27062&kplt4=27066&kplt6=27085&jsonp_requests=%2F%2Fbeacon.krxd.net%2Foptout_check%2CNaN%2C%2F%2Fcdn.krxd.net%2Fuserdata%2Fget%2C540 (0.00 kB)",
+ "http://pixel.rubiconproject.com/tap.php?cookie_redirect=1&v=4212&nid=1185&put=3130468928687144377&expires=60 (0.04 kB)",
+ "http://sync.mathtag.com/sync/img?mt_exid=9 (0.00 kB)",
+ "http://pub.ftv-publicite.fr/5/www.pluzz.fr/accueil/L20/194352551/Middle/FTV/2016046384945000100600101/2014045783940500128300801-2_340102.html/744c3932396c686a7a64514143756164?_RM_EMPTY_&kuid=rej06roee (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=16728&nid=2810&put=BLb1tb5s_x0IB3l9rO1_rsMZH1Gv&expires=40 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4222&nid=1512&put=f79c5864-cdd7-4a00-8d2b-4fe89970aa09 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7751&nid=2249&expires=30&put=CAESEO-dkwvWXAiP_KsaXAJAKRw&google_cver=1 (0.04 kB)",
+ "http://rc.d.chango.com/m/rc (0.03 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=8981&nid=2307&put=e6921f7e-568b-4755-ae3d-d0c43b1ec7db&expires=30 (0.04 kB)",
+ "http://pixel.tapad.com/idsync/ex/receive?partner_id=2387&partner_device_id=IX91O45G-18-JZN9 (0.09 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7249%7C%7C11203%7C%7C372838&nid=2146,2309,4884&put=RUID76ss8eds43dpznjrzxfjeh6g46xsdxkocpjt7yh4pd3ib84t8nbo====&expires=30(0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=17149&nid=2861&put=fb686ada-cd0a-11e6-908d-c799dc709341&expires=30 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4212&nid=1185&put=3130468928687144377&expires=60 (0.04 kB)",
+ "http://pixel.adsafeprotected.com/mon?anId=922445&campId=0x0&pubId=57799&placementId=FTV/2016046384945000100600101&pubCreative=11034714&cb=194352551&custom=Middle&chanId=www.pluzz.fr/accueil/L20&adsafe_url=http%3A%2F%2Fpluzz.francetv.fr%2F&adsafe_type=abdq&adsafe_jsinfo=,id:4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1,c:yebHtm,sl:inView,em:false,fr:true,mn:app19sje,pt:1-5-15,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,br:w,fv:0,bv:na,dm:na,abv:na,an:n,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,pl:,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,uf:0,tt:jload,et:29,oid:fb317c76-cd0a-11e6-a65a-00259035dba0,v:17.1.18,sp:0,ct:na,dtm:i,gtpl:0,wr:1366.768,sr:1366.768,mf:1988636716,ov:0 (0.04 kB)",
+ "http://cm.adgrx.com/bridge?AG_SETCOOKIE&AG_PID=rubicon (0.00 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtC,pingTime:0,time:44,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:44,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:44,fi:0,fo:0,fn:44%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[38~100],as:[38~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (0.04 kB)",
+ "http://cm.adgrx.com/bridge.gif?AG_PID=rubicon (0.00 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=103820&nid=3838&put=B99F00ADDECD6358960DCD16021D32B7&expires=365 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=144054&nid=4032&put=fc2ea04c-cd0a-11e6-a57f-c4a056007759&expires=60 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=7935&nid=2271&expires=30&put=U0aCJmUrw_6aL3CMYVwg2XHnfxc (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=186028&nid=4112&put=RX-3e3e1aea-9f17-4c2f-963a-c1b654bd8dd5&expires=30 (0.04 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (0.04 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHJQ,pingTime:1,time:1050,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:1050,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:1050,fi:0,fo:0,fn:1050%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[1043~100],as:[1043~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:821,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (0.04 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebHtF,pingTime:-2,time:47,type:a,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:47,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:47,fi:0,fo:0,fn:47%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[41~100],as:[41~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:0,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*,slid:[eShowPubMiddle,pub-droite,enDirect,page],sinceFw:15,readyFired:true%7D&br=w (0.04 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMs,pingTime:5,time:5056,type:pf,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5056,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5056,fi:0,fo:0,fn:5056%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5049~100],as:[5049~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (0.04 kB)",
+ "http://dt.adsafeprotected.com/dt?anId=922445&asId=4ec2b73e-27b9-e0c2-fa92-d3fcbc5676c1&tv=%7Bc:yebIMu,pingTime:5,time:5058,type:p,fc:0,rt:1,cb:0,np:1,th:0,es:0,sa:1,sc:0,gm:1,fif:1,slTimes:%7Bi:5058,o:0,n:0,pp:0,pm:0,gpp:0,gpm:0,gi:0,go:0,gn:5058,fi:0,fo:0,fn:5058%7D,slEvents:[%7Bsl:i,fsl:fn,gsl:gn,t:27,wc:0.0.1366.768,ac:858.462.300.250,am:a,cc:858.462.300.250,piv:100,obst:0,th:0,reas:,cmps:1,bkn:%7Bpiv:[5051~100],as:[5051~300.250]%7D%7D],slEventCount:1,em:false,fr:true,uf:0,e:,tt:jload,dtt:2451,fm:q6GPnAo+1*.922445%7C11%7C12%7C13%7C14%7C15%7C1611%7C17%7C18,idMap:1*%7D&br=w (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=4894&nid=1986&put=2974760119062136432&expires=30 (0.04 kB)",
+ "http://pixel.rubiconproject.com/tap.php?v=5364%7C1%7C90&nid=2046&expires=90&put=AAAD12d9osk_awNERav-AAAAAAA (0.04 kB)"
+ ],
+ "smallCssFiles": [
+ "http://newsletters.francetv.fr/cnil/css/cnil-min-v20140904.css (1.62 kB)"
+ ],
+ "smallJsFiles": [
+ "http://pluzz.francetv.fr/js/build/compiled-pluzz.5e83fec411afa602.js (1.88 kB)",
+ "http://cdn.krxd.net/controltag?confid=J1mXKWTY (1.02 kB)",
+ "http://cdn.krxd.net/ctjs/controltag.js.65cb90ab31cdb5cf32ec075000ceff37 (1.49 kB)",
+ "http://static.francetv.fr/pom/audience/audience.min.js (1.90 kB)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.xdomainrequest.min.js (1.71 kB)",
+ "http://newsletters.francetv.fr/footer-transverse/js/jquery.footer-transverse-min-v1.0.23.js (1.91 kB)",
+ "http://cdn.krxd.net/controltag/J1mXKWTY.js (1.02 kB)",
+ "http://static.francetv.fr/pom/xiti/xtcore-4.6.2.js (1.66 kB)",
+ "http://static.francetv.fr/pom/publicite/publicite.min.js (1.57 kB)",
+ "http://www.google-analytics.com/analytics.js (1.61 kB)",
+ "http://cdn.tradelab.fr/tag/59763bfbc2.js (1.87 kB)",
+ "http://pq-direct.revsci.net/pql?placementIdList=CGGoFv,fKXTTz,udrMUD,7KLJcc,1ykSjt,WUuEkF,uKgaD6&cb=1482935761616 (0.16 kB)",
+ "http://api.lereferentiel.francetv.fr/flux-footer-transverse/?callback=callbackJsonp (1.82 kB)",
+ "http://api.lereferentiel.francetv.fr/metanav/definitions/?callback=receivePlus (1.68 kB)",
+ "http://its.tradelab.fr/?type=tlsync&uuid2=771241001175707347&callback=tl_sync (0.05 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_369300_10 (0.06 kB)",
+ "https://lpm-francetv.nuggad.net/rc?nuggn=1003426551&nuggrid=http%3A%2F%2Fpluzz.francetv.fr%2F&nuggsid=1807157810 (0.84 kB)",
+ "http://optimized-by.rubiconproject.com/a/9585/78422/369300-10.js?&cb=0.04026933549903333&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=78422_10 (1.29 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_82932_10 (0.06 kB)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/82932-10.js?&cb=0.0809449425432831&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_10 (1.68 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_64921_15 (0.06 kB)",
+ "http://optimized-by.rubiconproject.com/a/9585/19915/64921-15.js?&cb=0.4987873921636492&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&tg_i.cat11=xxxxxx&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=19915_15 (1.89 kB)",
+ "http://cdn.krxd.net/userdata/get?pub=635dd276-df1b-4b12-9873-16257c79d278&callback=Krux.ns._default.kxjsonp_userdata (0.24 kB)",
+ "http://gum.criteo.com/sync?c=2&r=2&j=rp_onUserIdLoaded_57136_15 (0.06 kB)",
+ "http://optimized-by.rubiconproject.com/a/9585/18414/57136-15.js?&cb=0.3542968563269824&tk_st=1&rp_s=l&ls_c.session_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.session_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.session_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.session_count.10.19915=0x4,0x5863c3bf,0x5863cba7&ls_c.visits_count.10.78422=0x5,0x5863bfd9,0x5863cba6&ls_c.visits_count.15.18414=0x4,0x5863c3c0,0x5863cba8&ls_c.visits_count.15.19915=0x4,0x5863c3c0,0x5863cba7&ls_c.visits_count.10.19915=0x4,0x5863c3bf,0x5863cba7&p_exp=1&p_pos=atf&p_screen_res=1366x768&ad_slot=18414_15 (1.85 kB)",
+ "https://p.algovid.com/player/player.js?p=47342825&sid=http://01-edito-atf-laplacemedia-3.fr%5E12%5EPhilippines&cb=3058411334649216441&w=300&h=250&d=http://01-edito-atf-laplacemedia-3.fr (1.83 kB)",
+ "http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck (0.09 kB)",
+ "http://tap-s.rubiconproject.com/oz/agent/rubicon/channels.js?cb=oz_onPixelsLoaded&rf=http%3A//pluzz.francetv.fr/ (0.17 kB)"
+ ],
+ "multipleRequests": [
+ "http://static.francetv.fr/css/metanav/default-min-v1.8.39.css",
+ "https://its.tradelab.fr/?type=tlsync_dbm&google_gid=CAESEGd7bRFjgGRsG0iSh1jv7dE&google_cver=1"
+ ],
+ "timeToFirstCss": [
+ "http://pluzz.francetv.fr/css/build/styles.min.eb5b6462850c036a.css received in 2313 ms"
+ ],
+ "timeToFirstJs": [
+ "http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js received in 2478 ms"
+ ],
+ "timeToFirstImage": [
+ "http://pluzz.francetv.fr/img/sprite-sprite.6c0defb8c4772065.png received in 4470 ms"
+ ],
+ "hiddenContentSize": [
+ "body > div.metanav > div.content > div.block.plus > div.content (1505 characters)",
+ "body > div#menu (49357 characters)",
+ "body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > script#ias-194352551 (1302 characters)",
+ "body > div.kxhead (3291 characters)"
+ ],
+ "DOMqueriesWithoutResults": [
+ "b (in #document) using getElementsByTagName",
+ "#f (in #document) using getElementById",
+ "#f (in #document) using getElementById",
+ "s (in body > div[18]) using getElementsByTagName",
+ "#r (in #document) using getElementById",
+ "#p (in #document) using getElementById",
+ "#p (in #document) using getElementById",
+ "#p (in #document) using getElementById",
+ "#o (in #document) using getElementById",
+ "#f (in #document) using getElementById",
+ "#p (in #document) using getElementById",
+ "#p (in #document) using getElementById",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > div.plusregardes-lien.placeholder) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre > div[0]) using getElementsByTagName",
+ "s (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner) using getElementsByTagName",
+ "s (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner) using getElementsByTagName",
+ "s (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner) using getElementsByTagName",
+ "s (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner) using getElementsByTagName",
+ "s (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner) using getElementsByTagName",
+ "* (in body > ul#ui-id-1) using getElementsByTagName",
+ "u (in body > ul#ui-id-1) using getElementsByTagName",
+ "* (in body > ul#ui-id-1) using getElementsByTagName",
+ "#k (in #document) using getElementById",
+ "#s (in #document) using getElementById",
+ ". (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "m (in #document) using querySelectorAll",
+ "s (in #document) using querySelectorAll",
+ "i (in #document) using querySelectorAll",
+ "i (in #document) using querySelectorAll",
+ ". (in #document) using querySelectorAll",
+ "a (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt) using getElementsByTagName",
+ "o (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt) using getElementsByTagName",
+ "e (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt) using getElementsByTagName"
+ ],
+ "DOMqueriesById": [
+ "#header (in #document)",
+ "#form-recherche-video (in #document)",
+ "#header-inner (in #document)",
+ "#form-recherche-video (in #document)",
+ "#abroad (in #document)",
+ "#pub-droite (in #document)",
+ "#recherche-resultat (in #document)",
+ "#lesPlusRegardesHome (in #document)",
+ "#guideReplay (in #document)",
+ "#player-memeProgramme (in #document)",
+ "#player-lesPlusRegardes (in #document)",
+ "#player-enReplay (in #document)",
+ "#menu (in #document)",
+ "#menu (in #document)",
+ "#nosRecommandations (in #document)",
+ "#on-en-a-parle-tag (in #document)",
+ "#autocomplete-on-en-a-parle (in #document)",
+ "#form-recherche-tendance (in #document)",
+ "#player-onEnAParle (in #document)",
+ "#player-onEnAParle (in #document)",
+ "#page (in #document)",
+ "#menu (in #document)",
+ "#lienFermer (in #document)",
+ "#enVad (in #document)",
+ "#btn-nosrecommandations (in #document)",
+ "#nosRecommandations (in #document)",
+ "#nosRecommandations (in #document)",
+ "#nosRecommandations (in #document)",
+ "#direct (in #document)",
+ "#guide-jour-1 (in #document)",
+ "#guide-jour-1 (in #document)",
+ "#recherche (in #document)",
+ "#autocomplete-container (in #document)",
+ "#autocomplete-pluzz (in #document)",
+ "#autocomplete-pluzz (in #document)",
+ "#results-on-en-a-parle (in #document)",
+ "#results-on-en-a-parle (in #document)",
+ "#results-on-en-a-parle (in #document)",
+ "#kx-proxy-J1mXKWTY (in #document)",
+ "#footer-transverse (in #document)",
+ "#kx-proxy-J1mXKWTY (in #document)",
+ "#ft-body-container (in #document)",
+ "#sizcache005483926855958998 (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ps-script (in #document)",
+ "#ias-194352551 (in #document)",
+ "#pub-droite (in #document)"
+ ],
+ "DOMqueriesByClassName": [
+ ".e (in div)",
+ ".e (in div)"
+ ],
+ "DOMqueriesByTagName": [
+ "* (in div)",
+ "body (in #document)",
+ "SCRIPT (in #document)",
+ "script (in #document)",
+ "script (in DocumentFragment > button[0])",
+ "script (in DocumentFragment > button[0])",
+ "script (in DocumentFragment > div#cboxTitle)",
+ "script (in DocumentFragment > div#cboxCurrent)",
+ "script (in DocumentFragment > button#cboxPrevious)",
+ "script (in DocumentFragment > button#cboxNext)",
+ "script (in DocumentFragment > button#cboxSlideshow)",
+ "script (in DocumentFragment > div#cboxLoadingOverlay)",
+ "script (in DocumentFragment > div#cboxLoadingGraphic)",
+ "script (in DocumentFragment > button[0])",
+ "script (in DocumentFragment > div#cboxTopLeft)",
+ "script (in DocumentFragment > div#cboxTopCenter)",
+ "script (in DocumentFragment > div#cboxTopRight)",
+ "script (in DocumentFragment > div#cboxMiddleLeft)",
+ "script (in DocumentFragment > div#cboxContent)",
+ "script (in DocumentFragment > div#cboxMiddleRight)",
+ "script (in DocumentFragment > div#cboxBottomLeft)",
+ "script (in DocumentFragment > div#cboxBottomCenter)",
+ "script (in DocumentFragment > div#cboxBottomRight)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[1])",
+ "script (in DocumentFragment > div[2])",
+ "div (in div#cboxWrapper)",
+ "script (in DocumentFragment > div#cboxWrapper)",
+ "script (in DocumentFragment > div[1])",
+ "script (in DocumentFragment > div#cboxOverlay)",
+ "script (in DocumentFragment > div#colorbox)",
+ "body (in #document)",
+ "body (in #document)",
+ "* (in body > div#header)",
+ "* (in #document)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "script (in body > div[18])",
+ "* (in #document)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite)",
+ "* (in #document)",
+ "* (in body > div#menu)",
+ "* (in body > div#menu)",
+ "* (in #document)",
+ "* (in #document)",
+ "* (in #document)",
+ "* (in #document)",
+ "* (in #document)",
+ "* (in body > section#page > div.alternate-color > div#enVad)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ "* (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > a.plusregardes-lien.ellipsis-container)",
+ "* (in #document)",
+ "* (in body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations > div.plusregardes-lien.placeholder)",
+ "script (in DocumentFragment > a.plusregardes-lien.ellipsis-container)",
+ "script (in DocumentFragment > a.plusregardes-lien.ellipsis-container)",
+ "* (in body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in div)",
+ "* (in div)",
+ "script (in div)",
+ "script (in DocumentFragment > div[0])",
+ "script (in DocumentFragment > div[0])",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre)",
+ "* (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre > div[0])",
+ "* (in div)",
+ "script (in div)",
+ "* (in #document)",
+ "* (in #document)",
+ "img (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner)",
+ "script (in div.retro-chaine-inner)",
+ "* (in div.retro-chaine-inner)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner)",
+ "script (in div.retro-chaine-inner)",
+ "* (in div.retro-chaine-inner)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte.pluzz-box)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner)",
+ "script (in div.retro-chaine-inner)",
+ "* (in div.retro-chaine-inner)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner)",
+ "script (in div.retro-chaine-inner)",
+ "* (in div.retro-chaine-inner)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDragTop)",
+ "script (in DocumentFragment > div.jspDragBottom)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspDrag)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspCap.jspCapTop)",
+ "script (in DocumentFragment > div.jspTrack)",
+ "script (in DocumentFragment > div.jspCap.jspCapBottom)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner)",
+ "script (in div.retro-chaine-inner)",
+ "* (in div.retro-chaine-inner)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-vignette)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > a.programme-guide.guide-texte)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspPane)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "script (in DocumentFragment > div.jspContainer)",
+ "* (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "script (in DocumentFragment > div.jspVerticalBar)",
+ "* (in #document)",
+ "script (in DocumentFragment > ul.ui-autocomplete.ui-front)",
+ "script (in DocumentFragment > ul.ui-autocomplete.ui-front)",
+ "* (in body > ul#ui-id-1)",
+ "ul (in body > ul#ui-id-1)",
+ "* (in body > ul#ui-id-1)",
+ "script (in DocumentFragment > span.ui-helper-hidden-accessible)",
+ "script (in DocumentFragment > span.ui-helper-hidden-accessible)",
+ "body (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "li (in body > div.metanav)",
+ "script (in #document)",
+ "div (in body > div.metanav)",
+ "script (in DocumentFragment > ul.block.confidentialite.newsletter_link)",
+ "script (in DocumentFragment > ul.block.confidentialite.newsletter_link)",
+ "div (in body > div.metanav)",
+ "script (in DocumentFragment > ul.block.newsletter)",
+ "script (in DocumentFragment > ul.block.newsletter)",
+ "* (in head > script[51])",
+ "* (in body > div#footer-transverse)",
+ "* (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "script (in #document)",
+ "* (in head > script[68])",
+ "script (in DocumentFragment > div#fluxInfo)",
+ "script (in DocumentFragment > div#fluxPluzz)",
+ "script (in DocumentFragment > ul.lessites)",
+ "* (in body > div.metanav)",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > ul.lessites)",
+ "script (in DocumentFragment > ul.lessites)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > ul.lesservices)",
+ "* (in body > div.metanav)",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > ul.lesservices)",
+ "script (in DocumentFragment > ul.lesservices)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > ul.lesevenements)",
+ "* (in body > div.metanav)",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > h4[0])",
+ "script (in DocumentFragment > ul.lesevenements)",
+ "script (in DocumentFragment > ul.lesevenements)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > li.last)",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > a[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in DocumentFragment > li[0])",
+ "script (in #document)",
+ "script (in #document)",
+ "* (in div)",
+ "a (in div)",
+ "input (in div)",
+ "tbody (in div)",
+ "link (in div)",
+ "* (in div)",
+ "* (in head > script[72])",
+ "script (in #document)",
+ "script (in #document)",
+ "head (in #document)",
+ "script (in DocumentFragment > div#mea-droite)",
+ "script (in DocumentFragment > div#mea-droite)",
+ "script (in DocumentFragment > div#mea-droite)",
+ "iframe (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "img (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "a (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "object (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "embed (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "div (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)",
+ "body (in #document)"
+ ],
+ "DOMqueriesByQuerySelectorAll": [
+ "[selected] (in div)",
+ ":checked (in div)",
+ "[test^=''] (in div)",
+ ":enabled (in div)",
+ "#eShowPubx01 .adCtnt (in #document)",
+ "#eShowPubx02 .adCtnt (in #document)",
+ "#eShowPubMiddle .adCtnt (in #document)",
+ ".kxhead[data-id='J1mXKWTY'] (in #document)",
+ "meta[name='programme_region'] (in #document)",
+ "meta[name='programme_titre'] (in #document)",
+ "meta[name='programme_code'] (in #document)",
+ "meta[name='programme_rubriques'] (in #document)",
+ "meta[name='programme_genre'] (in #document)",
+ "meta[name='csa'] (in #document)",
+ "meta[name='programme_chaine'] (in #document)",
+ "meta[name='og:type'] (in #document)",
+ "meta[name='og:title'] (in #document)",
+ "script[src*='.doubleclick.net'] (in #document)",
+ "iframe[src*='.doubleclick.net'] (in #document)",
+ "iframe[src*='://pluzz.francetv.fr'] (in #document)",
+ "iframe[src^=\"/\"] (in #document)",
+ "link[rel='canonical'] (in #document)",
+ ".kxtargeted (in #document)"
+ ],
+ "DOMinserts": [
+ "\"div\" appended to \"html\"",
+ "\"body\" appended to \"html\"",
+ "\"script\" appended to \"head\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"DocumentFragment\" appended to \"body\"",
+ "\"DocumentFragment > div[0]\" appended to \"body\"",
+ "\"script\" appended to \"head\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]\"",
+ "\"DocumentFragment > a.plusregardes-lien.ellipsis-container\" appended to \"body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre\"",
+ "\"DocumentFragment > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre > div[0]\"",
+ "\"DocumentFragment > div.jspContainer\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner\"",
+ "\"DocumentFragment > div.jspVerticalBar\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DocumentFragment > div.jspContainer\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner\"",
+ "\"DocumentFragment > div.jspVerticalBar\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DocumentFragment > div.jspContainer\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner\"",
+ "\"DocumentFragment > div.jspVerticalBar\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DocumentFragment > div.jspContainer\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner\"",
+ "\"DocumentFragment > div.jspVerticalBar\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DocumentFragment > div.jspContainer\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner\"",
+ "\"DocumentFragment > div.jspVerticalBar\" appended to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DocumentFragment > ul.ui-autocomplete.ui-front\" appended to \"body\"",
+ "\"DocumentFragment > span.ui-helper-hidden-accessible\" appended to \"body > div#header > div#header-inner > form#menu-recherche\"",
+ "\"script\" appended to \"head\"",
+ "\"link\" appended to \"head\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"div > iframe#kx-proxy-J1mXKWTY\" appended to \"html\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"div.metanav\" appended to \"body\"",
+ "\"script\" appended to \"head\"",
+ "\"DocumentFragment > ul.block.confidentialite.newsletter_link\" appended to \"body > div.metanav > div.content\"",
+ "\"DocumentFragment > ul.block.newsletter\" appended to \"body > div.metanav > div.content\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"script.lazyloadlight\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"img#imgTP\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"iframe\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"iframe\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"img\" appended to \"head\"",
+ "\"img\" appended to \"head\"",
+ "\"img\" appended to \"head\"",
+ "\"img\" appended to \"head\"",
+ "\"DocumentFragment\" appended to \"body > div#footer-transverse > div#ft-body-box > div#ft-body > div#ft-body-container\"",
+ "\"DocumentFragment > h4[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > ul.lessites\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > li.last\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lessites\"",
+ "\"DocumentFragment > h4[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > ul.lesservices\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > li.last\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesservices\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesservices\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesservices\"",
+ "\"DocumentFragment > h4[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > ul.lesevenements\" appended to \"body > div.metanav > div.content > div.block.plus > div.content\"",
+ "\"DocumentFragment > li.last\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"DocumentFragment > li[0]\" appended to \"body > div.metanav > div.content > div.block.plus > div.content > ul.lesevenements\"",
+ "\"script\" appended to \"head\"",
+ "\"img\" appended to \"head\"",
+ "\"div#sizcache0054839268559589980\" appended to \"html\"",
+ "\"div > span#ps-script\" appended to \"body > div#eShowPubx01 > div.adCtnt\"",
+ "\"div > a[0]\" appended to \"body > div#eShowPubx01 > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > div#eShowPubx02 > div.adCtnt\"",
+ "\"div > a[0]\" appended to \"body > div#eShowPubx02 > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div#rubicon_chk_position_765596\" appended to \"html\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div#rubicon_chk_position_658034\" appended to \"html\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div#rubicon_chk_position_200449\" appended to \"html\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > img.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links\" appended to \"body\"",
+ "\"div > div.kxhead\" appended to \"body\"",
+ "\"script\" appended to \"head\"",
+ "\"script\" appended to \"head\"",
+ "\"div > span.kxtag.kxinvisible\" appended to \"body > div.kxhead\"",
+ "\"span > span#ps-script\" appended to \"body > div.kxhead > span.kxtag.kxinvisible\"",
+ "\"div > span.kxtag.kxinvisible\" appended to \"body > div.kxhead\"",
+ "\"span > span#ps-script\" appended to \"body > div.kxhead > span.kxtag.kxinvisible\"",
+ "\"div > span.kxtag.kxinvisible\" appended to \"body > div.kxhead\"",
+ "\"span > span#ps-script\" appended to \"body > div.kxhead > span.kxtag.kxinvisible\"",
+ "\"div > span.kxtag.kxinvisible\" appended to \"body > div.kxhead\"",
+ "\"span > span#ps-script\" appended to \"body > div.kxhead > span.kxtag.kxinvisible\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #comment[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #comment[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div#rubicon_chk_position_90339\" appended to \"html\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div#video473428253058411334649216441\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[0] > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div#video473428253058411334649216441\"",
+ "\"script\" appended to \"head\"",
+ "\"div > div[0] > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div#video473428253058411334649216441\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > iframe[1]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #comment[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[1]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[1] > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[27]\"",
+ "\"div > div[1] > iframe[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[27]\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[2]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[2] > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[30]\"",
+ "\"div > div[2] > iframe[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[30]\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[3]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > div[3] > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[32]\"",
+ "\"div > div[3] > iframe[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div[32]\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > span#ps-script\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"iframe\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > #text[0]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"div > img[4]\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"DocumentFragment > div#mea-droite\" appended to \"body > section#page > div.alternate-color > div#enDirect\"",
+ "\"iframe\" appended to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\""
+ ],
+ "DOMqueriesDuplicated": [
+ "tag name \"b\" with getElementsByTagName (in context #document): 243 queries",
+ "id \"#p\" with getElementById (in context #document): 49 queries",
+ "tag name \"s\" with getElementsByTagName (in context #document): 19 queries",
+ "tag name \"*\" with getElementsByTagName (in context #document): 13 queries",
+ "selector \"m\" with querySelectorAll (in context #document): 9 queries",
+ "id \"#f\" with getElementById (in context #document): 5 queries",
+ "id \"#a\" with getElementById (in context #document): 5 queries",
+ "id \"#r\" with getElementById (in context #document): 5 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre): 5 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre > div[0]): 5 queries",
+ "id \"#n\" with getElementById (in context #document): 4 queries",
+ "id \"#g\" with getElementById (in context #document): 3 queries",
+ "id \"#m\" with getElementById (in context #document): 3 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > div.metanav): 3 queries",
+ "selector \"#\" with querySelectorAll (in context #document): 3 queries",
+ "selector \"i\" with querySelectorAll (in context #document): 3 queries",
+ "id \"#h\" with getElementById (in context #document): 2 queries",
+ "id \"#l\" with getElementById (in context #document): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > div#menu): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer): 2 queries",
+ "tag name \"*\" with getElementsByTagName (in context body > ul#ui-id-1): 2 queries",
+ "id \"#k\" with getElementById (in context #document): 2 queries",
+ "tag name \"d\" with getElementsByTagName (in context body > div.metanav): 2 queries",
+ "selector \".\" with querySelectorAll (in context #document): 2 queries",
+ "tag name \"i\" with getElementsByTagName (in context body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt): 2 queries"
+ ],
+ "eventsBound": [
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"load\" bound to \"window\"",
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"load\" bound to \"window\"",
+ "\"blur\" bound to \"window\"",
+ "\"focus\" bound to \"window\"",
+ "\"scroll\" bound to \"window\"",
+ "\"resize\" bound to \"window\"",
+ "\"load\" bound to \"window\"",
+ "\"click\" bound to \"body\"",
+ "\"click\" bound to \"body > div#header > div#header-inner > form#menu-recherche > a.loupe\"",
+ "\"submit\" bound to \"body > div#header > div#header-inner\"",
+ "\"click\" bound to \"body > div#abroad\"",
+ "\"onAdLoaded\" bound to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#lesPlusRegardesHome\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enVad > div.bloc-gauche\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-la_1ere\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-france2\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-france3\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-france4\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-france5\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-franceo\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-info\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-documentaire\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-seriefiction\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-magazine\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-culture\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-jeunesse\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-divertissement\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-sport\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#menu-jeu\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations\"",
+ "\"click\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-on-en-a-parle\"",
+ "\"click\" bound to \"body > section#page\"",
+ "\"error\" bound to \"script\"",
+ "\"load\" bound to \"script\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li.onglet-home\"",
+ "\"click\" bound to \"body > div#menu\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-la_1ere\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-france2\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-france3\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-france4\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-france5\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-chaines > ul[0] > li#onglet-franceo\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-info\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-documentaire\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-seriefiction\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-magazine\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-culture\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-jeunesse\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-divertissement\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-sport\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-jeu\"",
+ "\"click\" bound to \"body > div#onglet > div#onglet-inner > div.onglet-rubriques > ul[0] > li#onglet-regions\"",
+ "\"click\" bound to \"body > div#menu > div#menu-inner > div#fermer > a#lienFermer\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.sub-tab > li#tranche-1\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.sub-tab > li#tranche-2\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.sub-tab > li#tranche-3\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-8\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-7\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-6\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-5\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-4\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-3\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-2\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-1\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > ul.tab > li#jour-0\"",
+ "\"mouseover\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mouseout\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"MozMousePixelScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DomMouseScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"mousewheel\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchstart\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchmove\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchend\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"focus\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane\"",
+ "\"keydown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable\"",
+ "\"keypress\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack\"",
+ "\"mouseover\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mouseout\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"MozMousePixelScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DomMouseScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"mousewheel\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchstart\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchmove\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchend\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"focus\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane\"",
+ "\"keydown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable\"",
+ "\"keypress\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack\"",
+ "\"mouseover\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mouseout\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"MozMousePixelScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DomMouseScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"mousewheel\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchstart\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchmove\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchend\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"focus\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane\"",
+ "\"keydown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable\"",
+ "\"keypress\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack\"",
+ "\"mouseover\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mouseout\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack > div.jspDrag\"",
+ "\"MozMousePixelScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"DomMouseScroll\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"mousewheel\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchstart\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchmove\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"touchend\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer\"",
+ "\"focus\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspPane\"",
+ "\"keydown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable\"",
+ "\"keypress\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable\"",
+ "\"mousedown\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack\"",
+ "\"jsp-scroll-y\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable\"",
+ "\"jsp-scroll-y\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable\"",
+ "\"jsp-scroll-y\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable\"",
+ "\"jsp-scroll-y\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable\"",
+ "\"jsp-scroll-y\" bound to \"body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enReplay > div#tabReplay > ul.tab > li#btn-plusregardes\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enReplay > div#tabReplay > ul.tab > li#btn-nosrecommandations\"",
+ "\"remove\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"keydown\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"keypress\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"input\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"focus\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"blur\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"remove\" bound to \"body > ul.ui-autocomplete.ui-front\"",
+ "\"click\" bound to \"body > ul#ui-id-1\"",
+ "\"mousedown\" bound to \"body > ul#ui-id-1\"",
+ "\"mouseover\" bound to \"body > ul#ui-id-1\"",
+ "\"mouseout\" bound to \"body > ul#ui-id-1\"",
+ "\"focus\" bound to \"body > ul#ui-id-1\"",
+ "\"blur\" bound to \"body > ul#ui-id-1\"",
+ "\"keydown\" bound to \"body > ul#ui-id-1\"",
+ "\"click\" bound to \"#document\"",
+ "\"menufocus\" bound to \"body > ul#ui-id-1\"",
+ "\"menuselect\" bound to \"body > ul#ui-id-1\"",
+ "\"beforeunload\" bound to \"window\"",
+ "\"click\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container\"",
+ "\"keyup\" bound to \"body > div#header > div#header-inner > form#menu-recherche > input#recherche\"",
+ "\"mouseup\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-pluzz\"",
+ "\"mouseover\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-pluzz\"",
+ "\"mouseup\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-on-en-a-parle > div#results-on-en-a-parle\"",
+ "\"mouseover\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-on-en-a-parle > div#results-on-en-a-parle\"",
+ "\"click\" bound to \"body > div#header > div#header-inner > form#menu-recherche > div#autocomplete-container > div#autocomplete-on-en-a-parle > div#results-on-en-a-parle\"",
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"load\" bound to \"window\"",
+ "\"unload\" bound to \"window\"",
+ "\"beforeunload\" bound to \"window\"",
+ "\"load\" bound to \"div > iframe#kx-proxy-J1mXKWTY\"",
+ "\"error\" bound to \"div > iframe#kx-proxy-J1mXKWTY\"",
+ "\"readystatechange\" bound to \"div > iframe#kx-proxy-J1mXKWTY\"",
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"error\" bound to \"script\"",
+ "\"load\" bound to \"script\"",
+ "\"click\" bound to \"body > div#footer-transverse > div#ft-top-box > div#ft-top > ul#ft-top-link > li.ft-contact-link\"",
+ "\"message\" bound to \"window\"",
+ "\"unload\" bound to \"window\"",
+ "\"keydown\" bound to \"#document\"",
+ "\"keyup\" bound to \"#document\"",
+ "\"click\" bound to \"body > div.metanav\"",
+ "\"error\" bound to \"script\"",
+ "\"load\" bound to \"script\"",
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"load\" bound to \"window\"",
+ "\"click\" bound to \"#document\"",
+ "\"DOMContentLoaded\" bound to \"#document\"",
+ "\"load\" bound to \"window\"",
+ "\"message\" bound to \"window\"",
+ "\"message\" bound to \"window\"",
+ "\"focus\" bound to \"window\"",
+ "\"blur\" bound to \"window\"",
+ "\"visibilitychange\" bound to \"#document\"",
+ "\"click\" bound to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div#video473428253058411334649216441\"",
+ "\"mouseover\" bound to \"body > section#page > div.alternate-color > div#enDirect > div#pub-droite > div#eShowPubMiddle > div.adCtnt > div#video473428253058411334649216441\"",
+ "\"beforeunload\" bound to \"window\""
+ ],
+ "eventsScrollBound": [
+ "bound by f@http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js:3:60453 / c@http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js:3:29885 / e@http://pluzz.francetv.fr/js/build/compiled-jquery.b99b3b9aaf8819e2.js:3:94038 / onload@http://pluzz.francetv.fr/:43:562 on window"
+ ],
+ "jQueryVersionsLoaded": [
+ "v2.1.4",
+ "v1.8.3+1"
+ ],
+ "jQueryOnDOMReadyFunctions": [
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "null",
+ "ready@http://pluzz.francetv.fr/js/jquery-2.1.4.min.js:2:29807",
+ "http://static.francetv.fr/js/jquery.metanav-min.js?20161007:1:98",
+ "onNode@http://static.francetv.fr/js/jquery.metanav-min.js?20161007:1:3547",
+ "null",
+ "fireWith@http://pluzz.francetv.fr/js/jquery-2.1.4.min.js:2:54761",
+ "null"
+ ],
+ "jQueryWindowOnLoadFunctions": [
+ "null",
+ "null"
+ ],
+ "jQuerySizzleCalls": [
+ "div div (in div#cboxWrapper)",
+ "body (in #document)",
+ "body (in #document)",
+ ".loupe (in body > div#header)",
+ ".retour-haut-de-page (in #document)",
+ ".pub-top (in #document)",
+ ".adCtnt (in body > section#page > div.alternate-color > div#enDirect > div#pub-droite)",
+ ".bloc-gauche (in #document)",
+ ".menu-chaine (in body > div#menu)",
+ ".menu-rubrique (in body > div#menu)",
+ ".container-recherche-bottom (in #document)",
+ ".container-recherche-bottom (in #document)",
+ ".onglet-home (in #document)",
+ ".onglet-chaine, .onglet-rubrique (in #document)",
+ ".menu-chaine,.menu-rubrique (in #document)",
+ ".vad-top-titre (in body > section#page > div.alternate-color > div#enVad)",
+ ">div (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ ">div (in body >section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enVad > div.bloc-gauche > div.vad-top-video > a.vad-top > div.vad-top-description > div.vad-top-titre)",
+ ".plusregardes-lien.placeholder (in #document)",
+ ".video-img (in body > section#page > div.alternate-color > div#enReplay > div#bloc-enReplay > div#nosRecommandations)",
+ ".video-titre (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[0] > a.direct-lien.france2 > div.video-description > div.video-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[1] > a.direct-lien.france3 > div.video-description > div.video-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[2] > a.direct-lien.france4 > div.video-description > div.video-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[3] > a.direct-lien.france5 > div.video-description > div.video-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[4] > a.direct-lien.franceo > div.video-description > div.video-titre)",
+ ">div (in body > section#page > div.alternate-color > div#enDirect > div[2] > ul#direct > li[5] > a.direct-lien.franceinfo > div.video-description > div.video-titre)",
+ ".guide-tranche (in #document)",
+ ".guide-jour (in #document)",
+ ".retro-chaine-inner img (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1)",
+ ".retro-chaine-inner (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner)",
+ ">.jspVerticalBar (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ ">.jspTrack (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ ">.jspDrag (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ ">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[0] > div.retro-chaine.france2 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner)",
+ ">.jspVerticalBar (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ ">.jspTrack (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ ">.jspDrag (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ ">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[1] > div.retro-chaine.france3 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner)",
+ ">.jspVerticalBar (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ ">.jspTrack (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ ">.jspDrag (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ ">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[2] > div.retro-chaine.france4 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner)",
+ ">.jspVerticalBar (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ ">.jspTrack (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar)",
+ ">.jspDrag (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer > div.jspVerticalBar > div.jspTrack)",
+ ">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[3] > div.retro-chaine.france5 > div.retro-chaine-inner.jspScrollable > div.jspContainer)",
+ "script (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner)",
+ ".jspContainer (in body > section#page > div.alternate-color > div#guideReplay > div#guide-container > div#guide-jour-1 > div#guide-tranche-3 > ul.retroGuide > li[4] > div.retro-chaine.franceo > div.retro-chaine-inner.jspScrollable)",
+ "#btn-plusregardes, #btn-nosrecommandations, #btn-recounique (in #document)",
+ ".ui-icon (in body > ul#ui-id-1)",
+ "ul (in body > ul#ui-id-1)",
+ ".ui-icon (in body > ul#ui-id-1)",
+ "body (in #document)",
+ ".block li.pluzz (in body > div.metanav)",
+ "div.block.plus (in body > div.metanav)",
+ "div.block.plus (in body > div.metanav)",
+ "#footer-transverse .ft-contact-link (in #document)",
+ ".ui-widget-overlay (in #document)",
+ ".plus .content (in body > div.metanav)",
+ ".plus .content (in body > div.metanav)",
+ ".plus .content (in body > div.metanav)"
+ ],
+ "lazyLoadableImagesBelowTheFold": [
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150839880/1482860712/300/10/0/0/img.jpg",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150837065/1482892600/300/0/0/0/img.jpg",
+ "http://refonte.webservices.francetelevisions.fr/image/referentiel_emissions/150841015/1482892751/300/0/0/0/img.jpg",
+ "http://newsletters.francetv.fr/footer-transverse/pictures/jeux.png",
+ "http://www.francetvinfo.fr/image/759xum9v4-c2d3/640/360/11491369.jpg",
+ "http://pluzz.francetv.fr/image/referentiel_emissions/150845491/1482892599/200/10/france3/0/img.jpg"
+ ],
+ "requestsWithTimeout": [
+ "http://ib.adnxs.com/getuidnb?http%3A%2F%2Fpixel.rubiconproject.com%2Ftap.php%3Fv%3D109108%26nid%3D3876%26put%3D$UID%26expires%3D30",
+ "http://match.adsrvr.org/track/cmb/rubicon?",
+ "http://bcp.crwdcntrl.net/map/c=1389/tp=STSC/tpid=1d4a4b84-bc18-4844-b92e-ba8d11a75823?http%3A%2F%2Fsu.addthis.com%2Fred%2Fusync%3Fpid%3D11185%26puid%3D1d4a4b84-bc18-4844-b92e-ba8d11a75823%26url%3Dhttp%253A%252F%252Fpixel.rubiconproject.com%252Ftap.php%253Fv%253D7430%2526nid%253D2238%2526put%253D1d4a4b84-bc18-4844-b92e-ba8d11a75823%2526expires%253D360",
+ "https://pixel.rubiconproject.com/tap.php?v=114806&nid=3840&put=2555d558-e258-470f-95b9-71086b8f4d2c",
+ "http://cti.w55c.net/ct/cms-2c-rubicon.html",
+ "http://tap-t.rubiconproject.com/oz/feeds/bluekai/tokens?afu=J6DXPx99999NtZBR"
+ ],
+ "cssRedundantChildNodesSelectors": [
+ ".metanav ul.sso_link_list li:hover @ 1:7581",
+ ".metanav ul.sso_link_list li:hover a @ 1:7627",
+ ".metanav ul.sso_link_list li:hover @ 1:7581",
+ ".metanav ul.sso_link_list li:hover a @ 1:7627"
+ ],
+ "cssColors": [
+ "#ffffff (57 times)",
+ "#000000 (38 times)",
+ "#262626 (37 times)",
+ "#7a7a7a (29 times)",
+ "#c4c4c4 (19 times)",
+ "#323131 (16 times)",
+ "#0076b9 (14 times)",
+ "#eaeaea (12 times)",
+ "#1d1d1d (11 times)",
+ "#515151 (10 times)",
+ "#404040 (10 times)",
+ "#636363 (9 times)",
+ "#d9d9d9 (8 times)",
+ "rgba(0,0,0,0.2) (8 times)",
+ "#f5c22f (7 times)",
+ "#e80000 (7 times)",
+ "#97488a (7 times)",
+ "#87c000 (7 times)",
+ "#f87c00 (7 times)",
+ "rgba(50,49,49,0.81) (6 times)",
+ "rgba(50,49,49,0.25) (6 times)",
+ "rgba(50,49,49,0.13) (6 times)",
+ "#cccccc (6 times)",
+ "rgba(50,49,49,0.54) (6 times)",
+ "#333333 (5 times)",
+ "rgba(50,49,49,0.96) (3 times)",
+ "rgba(50,49,49,0.94) (3 times)",
+ "#a0a0a0 (3 times)",
+ "#cfcfcf (3 times)",
+ "rgba(0,0,0,0.3) (3 times)",
+ "rgba(50,49,49,0.91) (3 times)",
+ "#e5eb7c (3 times)",
+ "rgba(50,49,49,0) (3 times)",
+ "rgba(50,49,49,0.03) (3 times)",
+ "rgba(0,0,0,0.8) (2 times)",
+ "#acacac (2 times)",
+ "#c7111d (2 times)",
+ "rgba(0,0,0,0.5) (2 times)",
+ "#2a2a2a (2 times)",
+ "rgba(255,255,255,0.7) (2 times)",
+ "rgba(0,0,0,0.7) (2 times)",
+ "#fbbebd (2 times)",
+ "#f76b68 (2 times)",
+ "#f7f7f7 (2 times)",
+ "#ddddee (1 times)",
+ "#80808d (1 times)",
+ "#003231 (1 times)",
+ "#50506d (1 times)",
+ "rgba(0,0,0,0.15) (1 times)",
+ "rgba(255,255,255,0.3) (1 times)",
+ "rgba(85,85,85,0.7) (1 times)",
+ "#bbbbdd (1 times)",
+ "rgba(255,255,255,0.32) (1 times)",
+ "#ffc300 (1 times)",
+ "#213231 (1 times)",
+ "rgba(255,255,255,0.16) (1 times)",
+ "#6d6d68 (1 times)",
+ "#999999 (1 times)",
+ "#7b7b7b (1 times)",
+ "#666666 (1 times)",
+ "#e6e6e6 (1 times)",
+ "#898989 (1 times)",
+ "#bbbbbb (1 times)",
+ "#555454 (1 times)",
+ "#eeeef4 (1 times)",
+ "#ffffff (4 times)",
+ "#454646 (2 times)",
+ "#ffffff (7 times)",
+ "#515151 (5 times)",
+ "#333333 (2 times)",
+ "#000000 (2 times)",
+ "#454545 (1 times)",
+ "#cecdcd (1 times)",
+ "#ffffff (20 times)",
+ "#000000 (12 times)",
+ "#333333 (5 times)",
+ "#555555 (4 times)",
+ "#111111 (4 times)",
+ "#3a3a3a (1 times)",
+ "#888888 (1 times)",
+ "#434343 (1 times)",
+ "#ffffff (20 times)",
+ "#000000 (12 times)",
+ "#333333 (5 times)",
+ "#555555 (4 times)",
+ "#111111 (4 times)",
+ "#3a3a3a (1 times)",
+ "#888888 (1 times)",
+ "#434343 (1 times)"
+ ],
+ "cssComplexSelectors": [
+ "#old-browser-popin .browsers>.browser>.logo @ 4:25577",
+ "#old-browser-popin .browsers>.browser>a @ 4:25679",
+ "#old-browser-popin .browsers>.browser>a:hover @ 4:25799",
+ "#old-browser-popin .browsers>.browser>.chrome @ 4:25871",
+ "#old-browser-popin .browsers>.browser>.firefox @ 4:25999",
+ "#old-browser-popin .browsers>.browser>.msie @ 4:26129",
+ "#old-browser-popin .browsers>.browser>.opera @ 4:26253",
+ "#old-browser-popin .browsers>.browser>.safari @ 4:26379",
+ ".retroGuide .guide-vignette:hover .video-description .video-heure @ 4:38143",
+ ".retroGuide .guide-vignette:hover .video-description .video-titre @ 4:38143",
+ ".retroGuide .guide-vignette:hover .video-description .ellipsis-text @ 4:38286",
+ ".bloc-voir-aussi-franceinfo .voiraussi-element .voiraussi-infos .title @ 4:42105",
+ "#diffusion-info .diffusion-paragraphe>span>span @ 4:44318",
+ ".aide-menu .liste>li>a.selected @ 4:58851",
+ ".aide-menu .liste>li>a:hover @ 4:58851",
+ ".aide-menu .liste>li>a @ 4:59005",
+ ".bloc-color .box-collapse>li>div.box-title @ 4:60216",
+ ".bloc-color .box-collapse>li>div.box-title:before @ 4:60317",
+ ".bloc-color .box-collapse>li li @ 4:61011",
+ ".annexe-plus-regardes a:hover .vignette-plusregardes .vignette-filtre @ 4:62865",
+ ".annexe-plus-regardes a:hover .vignette-plusregardes .sprite-play.vignette-play @ 4:62948",
+ "#accessibilite-inner .keyboard>div span @ 4:66261",
+ "#accessibilite-inner .keyboard>div span:last-of-type @ 4:66415",
+ "#footer-transverse #ft-top-link li.ft-applications a @ 1:5580",
+ "#footer-transverse #ft-top-link li#ft-applications a @ 1:5664",
+ ".metanav .chaines li a @ 1:1973",
+ ".metanav .chaines li.la1ere a @ 1:2085",
+ ".metanav .chaines li.france2 a @ 1:2147",
+ ".metanav .chaines li.france3 a @ 1:2211",
+ ".metanav .chaines li.france4 a @ 1:2275",
+ ".metanav .chaines li.france5 a @ 1:2339",
+ ".metanav .chaines li.franceo a @ 1:2403",
+ ".metanav .chaines li.current a @ 1:2468",
+ ".metanav .chaines li a:hover @ 1:2468",
+ ".metanav .chaines li.la1ere.current a @ 1:2586",
+ ".metanav .chaines li.la1ere a:hover @ 1:2586",
+ ".metanav .chaines li.france2.current a @ 1:2692",
+ ".metanav .chaines li.france2 a:hover @ 1:2692",
+ ".metanav .chaines li.france3.current a @ 1:2801",
+ ".metanav .chaines li.france3 a:hover @ 1:2801",
+ ".metanav .chaines li.france4.current a @ 1:2910",
+ ".metanav .chaines li.france4 a:hover @ 1:2910",
+ ".metanav .chaines li.france5.current a @ 1:3019",
+ ".metanav .chaines li.france5 a:hover @ 1:3019",
+ ".metanav .chaines li.franceo.current a @ 1:3128",
+ ".metanav .chaines li.franceo a:hover @ 1:3128",
+ ".metanav .pluzz .content li @ 1:4032",
+ ".metanav .info .content li @ 1:4032",
+ ".metanav .pluzz .content li:hover @ 1:4098",
+ ".metanav .info .content li:hover @ 1:4098",
+ ".metanav .pluzz .content a @ 1:4188",
+ ".metanav .pluzz .content a:hover @ 1:4326",
+ ".metanav .info .content a:hover @ 1:4326",
+ ".metanav .transverse li.pluzz a:hover @ 1:4419",
+ ".metanav .info .content a @ 1:5085",
+ ".metanav .transverse li.sport a @ 1:5222",
+ ".metanav .transverse li.sport.current a @ 1:5348",
+ ".metanav .transverse li.sport a:hover @ 1:5348",
+ ".metanav .content #KitSso_loginLink a @ 1:7124",
+ ".metanav ul.sso_link_list li:hover a @ 1:7627",
+ ".metanav .newsletter a span @ 1:8285",
+ ".metanav .newsletter a:hover span @ 1:8354",
+ ".metanav .confidentialite.newsletter_link.sso_connect a:hover span @ 1:9302",
+ ".metanav .confidentialite.newsletter_link.sso_disconnect a:hover span @ 1:9302",
+ ".metanav .confidentialite a span @ 1:9450",
+ ".metanav .confidentialite a:hover span @ 1:9509",
+ ".metanav .chaines li a @ 1:1973",
+ ".metanav .chaines li.la1ere a @ 1:2085",
+ ".metanav .chaines li.france2 a @ 1:2147",
+ ".metanav .chaines li.france3 a @ 1:2211",
+ ".metanav .chaines li.france4 a @ 1:2275",
+ ".metanav .chaines li.france5 a @ 1:2339",
+ ".metanav .chaines li.franceo a @ 1:2403",
+ ".metanav .chaines li.current a @ 1:2468",
+ ".metanav .chaines li a:hover @ 1:2468",
+ ".metanav .chaines li.la1ere.current a @ 1:2586",
+ ".metanav .chaines li.la1ere a:hover @ 1:2586",
+ ".metanav .chaines li.france2.current a @ 1:2692",
+ ".metanav .chaines li.france2 a:hover @ 1:2692",
+ ".metanav .chaines li.france3.current a @ 1:2801",
+ ".metanav .chaines li.france3 a:hover @ 1:2801",
+ ".metanav .chaines li.france4.current a @ 1:2910",
+ ".metanav .chaines li.france4 a:hover @ 1:2910",
+ ".metanav .chaines li.france5.current a @ 1:3019",
+ ".metanav .chaines li.france5 a:hover @ 1:3019",
+ ".metanav .chaines li.franceo.current a @ 1:3128",
+ ".metanav .chaines li.franceo a:hover @ 1:3128",
+ ".metanav .pluzz .content li @ 1:4032",
+ ".metanav .info .content li @ 1:4032",
+ ".metanav .pluzz .content li:hover @ 1:4098",
+ ".metanav .info .content li:hover @ 1:4098",
+ ".metanav .pluzz .content a @ 1:4188",
+ ".metanav .pluzz .content a:hover @ 1:4326",
+ ".metanav .info .content a:hover @ 1:4326",
+ ".metanav .transverse li.pluzz a:hover @ 1:4419",
+ ".metanav .info .content a @ 1:5085",
+ ".metanav .transverse li.sport a @ 1:5222",
+ ".metanav .transverse li.sport.current a @ 1:5348",
+ ".metanav .transverse li.sport a:hover @ 1:5348",
+ ".metanav .content #KitSso_loginLink a @ 1:7124",
+ ".metanav ul.sso_link_list li:hover a @ 1:7627",
+ ".metanav .newsletter a span @ 1:8285",
+ ".metanav .newsletter a:hover span @ 1:8354",
+ ".metanav .confidentialite.newsletter_link.sso_connect a:hover span @ 1:9302",
+ ".metanav .confidentialite.newsletter_link.sso_disconnect a:hover span @ 1:9302",
+ ".metanav .confidentialite a span @ 1:9450",
+ ".metanav .confidentialite a:hover span @ 1:9509"
+ ],
+ "cssDuplicatedSelectors": [
+ ".selectboxit-arrow-container (2 times)",
+ "#regions_DT div.region (2 times)",
+ ".flex-control-nav (2 times)",
+ ".flex-control-nav li (2 times)",
+ ".flex-control-paging li a (2 times)",
+ ".flex-control-paging li a.flex-active (2 times)",
+ ".ui-menu (2 times)",
+ ".ui-menu .ui-menu-item (2 times)",
+ ".jspDrag (2 times)",
+ ".selectboxit-container * (2 times)",
+ ".selectboxit-container .selectboxit-options a, .selectboxit-container span (2 times)",
+ ".selectboxit-container .selectboxit-options (2 times)",
+ ".flexslider (2 times)",
+ ".selectboxit .selectboxit-arrow-container .selectboxit-arrow (2 times)",
+ ".selectboxit-btn (2 times)",
+ ".selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover (2 times)",
+ ".selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor (2 times)",
+ "#enReplay (2 times)",
+ "#cboxOverlay (2 times)",
+ "#cboxContent (2 times)",
+ "#cboxLoadedContent (2 times)",
+ "#cboxTitle (2 times)",
+ "#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow (2 times)",
+ "#cboxClose (2 times)"
+ ],
+ "cssDuplicatedProperties": [
+ ".flex-control-paging li a {background: rgba(0,0,0,.5)} @ 1:2803",
+ ".selectboxit-list {border: 1px solid rgba(0,0,0,.2)} @ 4:5954",
+ "#onglet-inner li.onglet-chaine:after, #onglet-inner li.onglet-home:after {background: linear-gradient(to bottom,rgba(50,49,49,.13) 0,rgba(50,49,49,.25) 6%,rgba(50,49,49,.54) 17%,rgba(50,49,49,.81) 27%,rgba(50,49,49,.94) 35%,rgba(50,49,49,.96) 44%,rgba(50,49,49,.91) 50%,rgba(50,49,49,.81) 56%,rgba(50,49,49,.54) 67%,rgba(50,49,49,.25) 77%,rgba(50,49,49,.13) 83%,rgba(50,49,49,.03) 92%,rgba(50,49,49,0) 100%)} @ 4:16238",
+ ".sprite-play-regions {width: 23px} @ 4:85469"
+ ],
+ "cssOldIEFixes": [
+ "* html .slides @ 1:837",
+ "* html .jspCorner @ 4:2700",
+ "#onglet-inner li.onglet-chaine:after, #onglet-inner li.onglet-home:after {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21323131', endColorstr='#00323131', GradientType=0)} @ 4:16571"
+ ],
+ "cssImportants": [
+ ".flex-direction-nav .flex-disabled {opacity: 0!important} @ 1:2105",
+ ".ui-state-disabled {cursor: default!important} @ 4:681",
+ ".selectboxit-rendering {display: inline-block!important} @ 4:5139",
+ ".selectboxit-rendering {zoom: 1!important} @ 4:5170",
+ ".selectboxit-rendering {visibility: visible!important} @ 4:5187",
+ ".selectboxit-rendering {position: absolute!important} @ 4:5216",
+ ".selectboxit-rendering {top: -9999px!important} @ 4:5244",
+ ".selectboxit-rendering {left: -9999px!important} @ 4:5266",
+ "#combo-replaySelectBoxIt {width: 119px!important} @ 4:11028",
+ "#cboxCurrent {display: none!important} @ 4:27636",
+ ".fb_iframe_widget>span {vertical-align: top!important} @ 4:40991",
+ ".boutonGooglePlus, .boutonGooglePlus>iframe {width: 68px!important} @ 4:41063",
+ "#player-onEnAParle .loupe {left: 391px!important} @ 4:46189",
+ "#combo-nb-elementsSelectBoxIt {width: 80px!important} @ 4:47460",
+ "#combo-nb-elementsSelectBoxItArrowContainer {width: 40px!important} @ 4:47836",
+ ".formInput input[type=text], .formInput option, .formInput select, .formInput textarea {font-weight: 700!important} @ 4:68643",
+ "body {position: initial!important} @ 1:6",
+ ".relativeBody .metanav {top: 0!important} @ 1:56",
+ ".metanav.cnil {top: 53px!important} @ 1:86",
+ ".html-cnil {padding-top: 84px!important} @ 1:116",
+ ".html-cnil-mobile {padding-top: 84px!important} @ 1:878",
+ "html {padding-top: 31px!important} @ 1:6",
+ "#captureSignInLink {padding: 0 0 0 30px!important} @ 1:6533",
+ ".sso_link_list li a {background: none!important} @ 1:7458",
+ "html {padding-top: 31px!important} @ 1:6",
+ "#captureSignInLink {padding: 0 0 0 30px!important} @ 1:6533",
+ ".sso_link_list li a {background: none!important} @ 1:7458"
+ ],
+ "cssMediaQueries": [
+ "@media screen and (max-width:860px) (2 rules) @ 1:3443",
+ "@media only screen and (max-width:1024px) (1 rules) @ 4:6505",
+ "@media screen and (max-width:980px) (1 rules) @ 1:506",
+ "@media screen and (max-width:980px) (1 rules) @ 1:506"
+ ],
+ "cssNotMinified": [
+ ": 0",
+ ": 0",
+ ": 0",
+ ": 0",
+ ": 0"
+ ],
+ "cssMultiClassesSelectors": [
+ ".jspArrow.jspDisabled @ 4:2449",
+ ".selectboxit.selectboxit-disabled @ 4:3328",
+ ".selectboxit-arrow.ui-icon @ 4:4760",
+ ".selectboxit-btn.selectboxit-enabled @ 4:5441",
+ ".selectboxit-btn.selectboxit-enabled @ 4:5441",
+ ".selectboxit-btn.selectboxit-enabled @ 4:5441",
+ ".selectboxit-btn.selectboxit-enabled @ 4:5607",
+ ".selectboxit-btn.selectboxit-enabled @ 4:5607",
+ ".bloc-droite.player @ 4:8657",
+ ".selectboxit-btn.selectboxit-enabled @ 4:10560",
+ ".selectboxit-btn.selectboxit-enabled @ 4:10560",
+ ".autocomplete-link.autocomplete-link-focus @ 4:12640",
+ ".on.onglet-chaine @ 4:16689",
+ ".on.onglet-home @ 4:16689",
+ ".on.onglet-rubrique @ 4:17054",
+ ".menu-gauche-lien.on @ 4:18093",
+ ".menu-gauche-lien.on @ 4:18093",
+ ".menu-gauche-lien.on @ 4:18093",
+ ".item_2.sub-menu @ 4:18366",
+ ".grand.mise-en-avant @ 4:19172",
+ ".grand.mea-regions.mise-en-avant @ 4:19225",
+ ".menu-btn.on @ 4:20105",
+ ".la_1ere.menu-liste @ 4:20413",
+ ".france2.menu-liste @ 4:20454",
+ ".france3.menu-liste @ 4:20495",
+ ".france4.menu-liste @ 4:20536",
+ ".france5.menu-liste @ 4:20577",
+ ".franceo.menu-liste @ 4:20618",
+ ".la_1ere.menu-liste-lien @ 4:21136",
+ ".la_1ere.menu-liste-lien @ 4:21136",
+ ".la_1ere.menu-mosaique-lien @ 4:21136",
+ ".la_1ere.menu-mosaique-lien @ 4:21136",
+ ".france2.menu-liste-lien @ 4:21288",
+ ".france2.menu-liste-lien @ 4:21288",
+ ".france2.menu-mosaique-lien @ 4:21288",
+ ".france2.menu-mosaique-lien @ 4:21288",
+ ".france3.menu-liste-lien @ 4:21440",
+ ".france3.hover.menu-liste-lien @ 4:21440",
+ ".france3.menu-liste-lien @ 4:21440",
+ ".france3.menu-mosaique-lien @ 4:21440",
+ ".france3.hover.menu-mosaique-lien @ 4:21440",
+ ".france3.menu-mosaique-lien @ 4:21440",
+ ".france4.menu-liste-lien @ 4:21657",
+ ".france4.menu-liste-lien @ 4:21657",
+ ".france4.menu-mosaique-lien @ 4:21657",
+ ".france4.menu-mosaique-lien @ 4:21657",
+ ".france5.menu-liste-lien @ 4:21809",
+ ".france5.menu-liste-lien @ 4:21809",
+ ".france5.menu-mosaique-lien @ 4:21809",
+ ".france5.menu-mosaique-lien @ 4:21809",
+ ".franceo.menu-liste-lien @ 4:21961",
+ ".franceo.menu-liste-lien @ 4:21961",
+ ".franceo.menu-mosaique-lien @ 4:21961",
+ ".franceo.menu-mosaique-lien @ 4:21961",
+ ".pluzz-nav.previous @ 4:22897",
+ ".next.pluzz-nav @ 4:22953",
+ ".box-titre.region @ 4:28374",
+ ".carte_regions.single-map @ 4:29560",
+ ".carte_regions.single-map @ 4:29611",
+ ".carte_regions.double-map @ 4:29676",
+ ".direct-lien.la_1ere @ 4:32115",
+ ".direct-lien.france2 @ 4:32172",
+ ".direct-lien.france3 @ 4:32229",
+ ".direct-lien.france4 @ 4:32286",
+ ".direct-lien.france5 @ 4:32343",
+ ".direct-lien.franceo @ 4:32400",
+ ".direct-lien.franceinfo @ 4:32457",
+ ".sprite-play.vignette-play @ 4:33625",
+ ".sprite-play.vignette-play